-
Notifications
You must be signed in to change notification settings - Fork 11
How to enable logging on iOS
Olga Koroleva edited this page Oct 20, 2022
·
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
- JSON Web Token (JWT) structure and generation example