-
Notifications
You must be signed in to change notification settings - Fork 6
How to enable logging on iOS
Alexander Boldyrev edited this page Oct 25, 2024
·
2 revisions
To enable logging on iOS parameter logging: true
in iosSettings
needs to be provided to initialization configuration, as in the Example App
InfobipMobilemessaging.init(Configuration(
applicationCode: '<Your Application Code>',
iosSettings: IOSSettings(
logging: true,
notificationTypes: ['alert', 'badge', 'sound'],
)));
- Library events
- Server errors
- Users and installations
- Messages and notifications management
- Inbox
- Privacy settings
- In-app chat
- WebRTC Calls and UI
- Migration Guides