-
Notifications
You must be signed in to change notification settings - Fork 12
How to enable logging
Alexander Boldyrev edited this page Jul 31, 2025
·
1 revision
From the plugin version 7.2.1 onwards, logging for both platforms can be enabled by setting init's loggingEnabled to true:
MobileMessaging.init({
applicationCode: '<Your Application Code>',
loggingEnabled: true,
...
});For the versions before 7.2.1:
To enable logging on iOS parameter logging: true needs to be provided to initialization configuration, as in the Example App
MobileMessaging.init({
applicationCode: '<Your Application Code>',
ios: {
notificationTypes: ['alert', 'badge', 'sound'],
logging: true,
},
...
});If you have any questions or suggestions, feel free to send an email to [email protected] 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 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
- Troubleshooting
- JSON Web Token (JWT) structure and generation example
- Trusted Domains Security