nLetLet's take a look at the tasks that Chris, the IoT Server administrator of MobX, has to do from downloading WSO2 IoT Server to registering the iOS device of Alex, the device owner.
...
- Open the
<IoT_HOME>/core/repository/conf/app-manager.xml
file. Add
%https%
as the value for theAppDownloadURLHost
property.Code Block <Config name="AppDownloadURLHost">%https%</Config>
Tip Tip: To test WSO2 IoT Server App management features on Android devices, please use one of the following options:
- Change the value of the
AppDownloadURLHost
property back to HTTP - Continue using HTTPS to install applications on Android devices by Generating a BKS File for Android.
- Change the value of the
...
Tip | ||
---|---|---|
| ||
Have you run the sample script previously when trying out the Android quick start guide ? If yes, delete the two users alex and chris, the role iotMobileUser and the sample policies that were created for Android, iOS and Windows. |
- Download the WSO2 IoT Server sample pack .
Create a directory named
samples
in the<IoT_HOME>/core
directory and copy the downloaded file to it.Navigate to the samples directory and run the command given below to copy the required content to the quick start guide setup.
Note Stop the core profile before running the commands given below.
Code Block cd <IoT_HOME>/core/samples/mobile-qsg sh copy-files.sh
Restart the core profile.
Code Block cd <IoT_HOME>/core/bin ./wso2server.sh
Run the script you just downloaded to configure the iOS server settings in WSO2 IoT Server.
Code Block cd <IoT_PRODUCT_HOME>/core/samples/mobile-qsg sh mobile-qsg.sh
...