- About this guide
- BlackBerry Dynamics background
- BlackBerry Dynamics API reference
- FIPS 140-2 compliance
- Easy Activation
- Securing cut-copy-paste on devices (Data Leakage Prevention, or DLP)
- Shared Services Framework
- Support for fingerprint authentication
- Support for Face ID
- Support for certificates
- Support for the "Do not require password" setting
- Bypassing the App Lock screen
- BlackBerry Dynamics contributor code on GitHub
- Supported languages
- Requirements
- BlackBerry Dynamics software versions
- Compatibility with earlier releases
- Software requirements
- BlackBerry Dynamics entitlement ID and version
- Requirements: Frameworks and libraries
- Requirement: URL scheme
- Required build-time declarations: URL type
- Using NSURLSystem for KCD
- GDAssets.bundle required in build phase
- Compatibility with the BlackBerry Dynamics Launcher Library
- App UI restrictions
- Supported and unsupported features on iOS
- Link for FIPS in Objective-C or C++
- Steps to get started with the BlackBerry Dynamics SDK
- Programming with the BlackBerry Dynamics SDK and BlackBerry Enterprise Mobility Server services
- Sample apps in Objective-C
- BlackBerry Dynamics and the Swift programming language
- Testing and troubleshooting
- Readying your app for deployment: server setup
- Details of support for client certificates
- BlackBerry Docs
- BlackBerry Dynamics SDK for iOS 5.0
- BlackBerry Dynamics SDK For iOS Development Guide
- Testing and troubleshooting
- Setup enterprise simulation mode
Setup enterprise simulation mode
Enterprise Simulation mode in the
BlackBerry Dynamics SDK
facilitates app
development work ahead of a full deployment to the BlackBerry
Dynamics
platform. It runs your
app on an emulator (for example, one supplied with the iOS
SDK) to efficiently verify new or changing functionality and performance. Enterprise Simulation mode should be used in development environments only. It is not
intended for use in a production environment. In all cases, access to the
BlackBerry Dynamics NOC
is
required.- In theSupporting Filesfolder in theXcodeproject-navigator, open the associated.plistfile.The prefix of the file you want reflects the project name. Thus, if you named your projectFirstProject, for example, the.plistfile is calledFirstProject-Info.plist. The file consists of a number of key-value pairs, including type.
- Add a new row with a two-finger tap (right-click) in the file and selectAdd Row.
- Enter the following values in the new row:
- Key:GDLibraryMode
- Type:String (default)
- Value:GDEnterpriseSimulation
Enterprise Simulation mode is now enabled for the app. If you need to return to
the default authentication mode, simply delete the new row from the
.plist
file. Its absence means that the application will process default
enterprise authentication, which requires a fully deployed BlackBerry
Dynamics
platform.