iOS InApp Notification is not working by default SDK setup

I have followed the basic SDK integration steps and can able to get the normal push notification but I could not able to receive the InApp Notification.

Do, I need to follow any additional steps for receiving the In App notification?

Didn't find what you were looking for?

New post

Comments

1 comment

  • Hi Muralidharan,

    You do not need to perform any additional steps in order to receive in-app notifications.

    Keep in, however, that in-app messages work off of background push. So, if your app is not set up to receive background notifications, then you will not receive in-app messages.

    Additionally, in-app messages will not show to the user if the app is already open at the time of send. The next time the user opens the app is when it will be presented to the user, unless you change the timing of the display, which you can do via the SDK.

    Comment actions Permalink
    0

Please sign in to leave a comment.