The app fails to build
App Group is not configured
How to check
- Make sure you completed SDK initialization from the integration guide.
- Check the
.entitlementsextension — it shows the App Group value that was entered.
How to fix
Set the App Group exactly as specified in the integration guide.
Permission status update is not wrapped in async
asyncHow to check
Make sure the Mindbox.shared.notificationsRequestAuthorization call is wrapped in DispatchQueue.main.async.
How to fix
Update the method call following this guide.
SDK methods are called before didFinishLaunchingWithOptions completes
didFinishLaunchingWithOptions completesHow to check
Check whether any Mindbox SDK methods are called before didFinishLaunchingWithOptions has finished executing.
How to fix
Remove any early SDK calls and make sure all Mindbox SDK methods are called strictly after didFinishLaunchingWithOptions completes.
Updated 6 months ago

