IOSBfgAppManager Class
This is the bfgAppManager wrapper class for iOS. More...
Public Member Functions | |
| bool | launchApp (string bundleIdentifier) |
| Launches an installed app. More... | |
| bool | launchAppWithParams (string bundleIdentifier, string parameterString) |
| Launches an installed app and passes a parameter string to the app. More... | |
| bool | isAppInstalled (string bundleIdentifier) |
| Checks if an app is installed. More... | |
| void | launchStoreWithApp (string appID) |
| Presents app in the App Store for user to install. More... | |
| bool | openReferralURL (string url) |
| Opens a referral link and presents the App Store view (iOS 6+) or switches to the App Store (iOS 5). More... | |
| void | cancelCurrentReferral () |
| Attempts to cancel the current referral URL that was started with openReferralURL(string): | |
Detailed Description
This is the bfgAppManager wrapper class for iOS.