- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Steps to get started with the BlackBerry Dynamics SDK
- Integrating optional features
- Sample apps in Objective-C
- Testing and troubleshooting
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
Enable enterprise simulation mode
- In theXcodeproject navigator, in theSupporting Filesfolder, open the associated.plistfile.The prefix of the file includes the project name. For example, if the project name is FirstProject, the .plist file is named FirstProject-Info.plist. The file consists of a number of key-value pairs, including type.
- Add a new row with the following values:
- Key:GDLibraryMode
- Type:String (default)
- Value:GDEnterpriseSimulation
To return to the default mode, delete the new row from the .plist file.