Setting start-up action
You can customize the start-up action for your app.
Perform this task by editing the file
MyConfiguration.plist in the copy of the DeploymentKitApp in Xcode on your computer.
Procedure
- In the file MyConfiguration.plist, in the Property List view , locate the key labelled AppStartupAction.
-
Edit the entry, providing the specific key and value pairs for the start-up action you want to occur.
- To load a specific
Spotfire analysis when the user starts the app, add key and value pair similar to the following example.
Key Type Value AppStartupAction String analysis: http://spotfire-ondemand.tibco.com/SpotfireWeb/ViewAnalysis.aspx?file = Production/Demos/HedgeAnalysis <key>AppStartupAction</key> <string>analysis: http://spotfire-ondemand.tibco.com/SpotfireWeb/ ViewAnalysis.aspx?file = Production/Demos/HedgeAnalysis</string>
- To start the app and allow the user to browse a specific Spotfire library, add a key and value pair similar to the following example.
- To start the app and load a web page in a web viewer, add a key and value pair similar to the following example.
- To load a specific
Spotfire analysis when the user starts the app, add key and value pair similar to the following example.
Related concepts
Related tasks
Related reference
Copyright © Cloud Software Group, Inc. ALL RIGHTS RESERVED.