Notifications work in Development, not in production

Please provide the following:

  1. SDK Version: 39.0.0
  2. Platforms(Android/iOS/web/all): iOS (not tested Android)

I have an app currently in the iOS App Store, I recently finished an update where I add notifications.

In development, using the EXPO Client, the notifications work well.

I published the update, using
$ expo publish --release-channel staging

The iOS app updates to the new version, but notifications do not happen.
I have removed EXPO client from my devices, removed and re-installed the iOS app, and many such things, using many phones, with no luck.

could the --release-channel staging have something to do with it?
I ended up building the binary that went to the app store with
$ expo build:ios --release-channel staging
(because this was the only way I could think of to avoid OTA updating the app at the same time)

Is there a way to debug this?
any tips?
thank you!!

It may also be relevant to mention that part of this update process was also to TRANSFER OWNERSHIP of the app to the clients developer account. Could that effect the flow of notifications?

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