For iOS installation, you can install the Bubbl SDK using CocoaPods simply by adding the
pod 'Bubbl'
in your Podfile and run the pod update
command in terminal to update your project. This will provide the Bubbl SDK as a framework (Bubbl.framework)Open the given workspace in XCode and add Bubbl.framework.
If your app does not already have the following requirements, please enable the following:
- Location Updates
- Background Fetch
- Remote Notifications
To enable the app to request location, make sure that you define a value for the NSLocationAlwaysUsageDescription key inside your .plist file. An example value is: "With our new update, we'll monitor your anonymous location data so we can provide messages, customer service notifications, or content relevant to your location.".