Handling notification with OTA enabled

  1. SDK Version: 39
  2. Platforms(Android/iOS/web/all): all

I need to handle notification when the user interacts with them, even if the app is closed. All tests I do on expo go work, but when I go to the published app it seems like the OTA update prevents the App from treating the interaction. Notifications that are received with the app open works fine, and if I disable OTA the interaction also works, but I need OTA. Is there anyway to make the interaction work and keep OTA?

After a some more searching around, it might just be that in SDK 39 notification handling doesnt work with the app killed. Is that working on SDK 40?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.