Declaring a URL type to support BlackBerry
Dynamics features
BlackBerry
Dynamics
featuresA
BlackBerry
Dynamics
app for iOS
devices must declare a URL type so that it can be discovered by other apps on the same device. This enables AppKinetics, which is required for many BlackBerry
Dynamics
features. The URL type and schemes are declared in the app's Info.plist file.The URL type must be the same as the app's native bundle ID. Within the URL type declaration, the following URL schemes must be declared. For example, if the native bundle ID of the app is
com.example.gd.myapp
and its entitlement version (GDApplicationVersion) is 1.0.0.0, then the declared URL type is com.example.gd.myapp
and the schema declarations are as follows:Format | Description | Example |
---|---|---|
com.good.gd.discovery. enterprise | Always required for enterprise apps (not required for ISV apps) | Exactly as shown |
<bundle_ID> .sc3 | Always required | com.example.gd.myapp.sc3 |
<bundle_ID> .sc2 | Enables an app to use authentication delegation and is required for all BlackBerry
Dynamics apps | com.example.gd.myapp.sc2 |
<bundle_ID> .sc2. <GDApplicationVersion> | Required only if your app provides a discoverable service | com.example.gd.myapp.sc2. 1.0.0.0 |