The Mindbox SDK allows developers to integrate mobile push notifications, in-app messages, and client events into your iOS projects.
These instructions will help you integrate the Mindbox SDK into your iOS app.
Follow the installation process detailed here. Overview:
-
Add the Mindbox SDK to your Podfile:
pod 'Mindbox' pod 'MindboxNotifications'
-
Install the pods:
pod install
Initialize the Mindbox SDK in your AppDelegate or SceneDelegate. Refer to the documentation here for more details.
Learn how to send events to Mindbox. Create a new Operation class object and set the respective parameters. Check the documentation for more details.
Mindbox SDK aids in handling push notifications. Configuration and usage instructions can be found in the SDK documentation here and here.
An Example of integration is provided in case of any issues.
In need of further assistance? Feel free to contact us.
This library is available as open source under the explicit terms of the License.
For a better understanding of these content, we suggest reading the referenced iOS SDK documentation.