-
Notifications
You must be signed in to change notification settings - Fork 5
How to enable logging on iOS
Davor Komušanac edited this page Dec 5, 2022
·
1 revision
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,
},
...
},
() => {
this.updateLogInfo('MobileMessaging started');
},
(error) => {
this.updateLogInfo('MobileMessaging error: ' + error);
},
);
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
- Privacy settings
- In‐app chat
- WebRTC Calls and UI
- Migration guides