Migrate APP_STARTUP_ACTION
The key APP_STARTUP_ACTION has changed, so you must migrate the version you used in Spotfire Deployment Kit for Apple iOS 2.x to the newer version for Spotfire Deployment Kit for Apple iOS 2.5.x.
The key APP_STARTUP_ACTION is supported in the new Spotfire Deployment Kit for Apple iOS 2.5.x file MyConfiguration.plist in much the same way it was supported in Spotfire Deployment Kit for Apple iOS 2.x, by supporting starting the app and displaying a specific analysis document.
The start-up option in Spotfire Deployment Kit for Apple iOS 2.x tab: is no longer supported. This option has been replaced with two new startup options: browse: and custom:.
- Use the browse: option to start the app and put the user into library browse mode for a given library URL.
- Use the custom: option to open a web view to a web page URL that you specify.
In Spotfire Deployment Kit for Apple iOS 2.x, if you defined a custom tab to display a web page, and you used the APP_STARTUP_ACTION option tab: to open the app to that custom web page tab, then in Spotfire Deployment Kit for Apple iOS 2.5.x you can simplify it to the following APP_STARTUP_ACTION entry in the file MyConfiguration.plist.
<key>AppStartupAction</key> <string>custom: http://MyCustomWebPageUrl</string>
See Setting start-up action for more information about customizing the app start-up action.