In our first app launch, we need to ask for permission to send notifications. Even when granted, Intercom push notifications do not work for the app until the user relaunches the app.
Using Intercom swift package 12.1.0
Using automatic swizzle for enabling intercom push notification handling
Have enabled didRegisterForRemoteNotificationsWithDeviceToken in Application Delegate.
Thanks for your help.