-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Francisco Fortes edited this page Nov 12, 2024
·
108 revisions
Mobile Messaging SDK is designed and developed to easily enable push notification channel in your mobile application. In almost no time of implementation you get push notification in your application and access to the features of Infobip IP Messaging Platform.
- Library events
- Server errors
- Users and installations
- Messages and notifications management
- Inbox
- Geofencing service
- Privacy settings
- In-app chat
- WebRTC Calls and UI
- Error: The application instance is not registered on the server yet
- How to enable SDK logging for troubleshooting purposes
- I don't receive push notifications!
- How to display messages when app is running in the foreground?
- How to completely stop/start receiving push messages?
- How to install the SDK without CocoaLumberjack?
- How to implement custom message handler?
- How to integrate Infobip's SDK when you need to use another push provider
- How can I be sure that message is delivered?
- How to handle a message when user opens the app by tapping on a notification alert?
- Using Push notifications to initiate downloading when app is in background or not running state
- How to open application webView on message tap?
- How to use "deeplink" to land user to a particular app page?
- How to use custom notification sound?
- How do I get Infobip's unique (push registration) ID?
- How do I renew my APNs certificate?
- How to define specific action on notification or in-app primary button tap(open url, deeplink)?
- How to display modal Mirror push notification manually?
- How to integrate SDK using Carthage
- How to integrate MobileMessaging pod without
use_frameworks!
- How to integrate SDK using Swift Package Manager
- How to postpone registering for push notifications
- How can I add the privacy manifest file?
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
- Geofencing service
- Privacy settings
- In-app chat
- WebRTC Calls and UI