-
Notifications
You must be signed in to change notification settings - Fork 11
Migration to version 7.9.x
Francisco Fortes edited this page Oct 29, 2025
·
1 revision
From version 7.9.0 the minimum OS deployment target has been increased from iOS 13 to iOS 15.
Make sure to check requirements of required software on this page.
2. Reinstall plugin (cordova plugin rm com-infobip-plugins-mobilemessaging, cordova plugin add com-infobip-plugins-mobilemessaging --save)
3. Add Back variables which you set for plugin previously in the config.xml file:
...
<plugin name="com-infobip-plugins-mobilemessaging" spec="<current plugin version>">
<variable name="IOS_EXTENSION_APP_CODE" value="{YOUR APPLICATION CODE FROM INFOBIP PORTAL}" />
<variable name="IOS_EXTENSION_APP_GROUP" value="{APP GROUP ID FROM APPLE PORTAL}" />
<variable name="HUAWEI_SENDER_ID" value="{Huawei App ID}" />
</plugin>
...- Run
cordova buildto apply variables - Make sure to check docs for integrating Notification Service Extension to your app: Delivery improvements and rich content notifications.
- If any issues appear first try removing ios platform:
cordova platform rm iosand then add it again:cordova platform add ios.
If you have any questions or suggestions, feel free to send an email to support@infobip.com or create an issue.
- Library events
- Server errors
- Users and installations
- Messages and notifications management
- Inbox
GeofencingDEPRECATED- Privacy settings
- In-app chat
- Migration guides
- Migration guide to version 8.5.x
- Migration guide to version 8.3.x
- Migration guide to version 8.1.x
- Migration guide to version 7.9.x
- Migration guide to version 7.x.x
- Migration guide to version 6.2.x
- Migration guide to version 6.1.x
- Migration guide to version 6.x.x
- Migration guide to version 1.x.x
- Migration guide to version 2.2.x
- Migration guide to version 3.x.x
- Migration guide to version 4.x.x
- Migration guide to version 4.1.x
- Swift Package Manager integration
- Troubleshooting
- JSON Web Token (JWT) structure and generation example
- Trusted Domains Security