In iOS device, Strategy Mobile configuration URL can be pasted in Safari web browser. Safari will direct to Strategy Mobile app with the configuration completed. In Strategy with Android device, configuration URL should be coded as a URL link in a web page.
Follow the steps below to implement this:
- Refer to the following technical note in Knowledge Base to complete Mobile configuration in Strategy:
KB33919: How to use the MicroStrategy Mobile Configuration for the Connectivity Settings in MicroStrategy Mobile 9.4.x and 10.x
- When Mobile configuration URL is generated copy the URL from the Strategy Mobile Administration page.
- Create a HTML page, and insert the URL link like this:
<a href="mstripad://?url=http%3A%2F%2F10.197.43.105%3A80%2FStrategymobile%2Fasp%2FTaskProc.aspx%3FtaskId%3DgetMobileConfiguration%26taskEnv%3Dxml%26taskContentType%3Dxmlanf%26configurationID%3D6d4e1dfd-8c7f-4c35-9db1-9cf460011f11&authMode=1">link</a>
Alternatively download the HTML page attached in this tech note and replace "" with the configuration URL generated in step 2.
Copy the URL on a Web Server. For example using IIS, copy the .html file to C:\inetpub\wwwroot. Subsequently the page is accessible through http://machinename/android.html if the Android device can access the machine running IIS Web Server.
- Access the HTML page from the Android device through a web browser. Click the URL link which will trigger Strategy Mobile app to be launched and configured.
Note: The above steps will equally work for tiny configuration URLs as well as iOS configuration links.
Article Reference Number KB10067
KB10067