Push Notifications not working with exp build:ios

I have an application that I have developed using Expo and I am having the Expo service build both the Android and iOS application with certiicates loaded for both platforms.

I can get notifications working on Android, and iOS using the Exp client. however, every time I build and generate an IPA and install it on the phone, the Permissions.getAsync call returns undefined.

This making me kinda crazy, cause it seems like it should work out of the box. I have tried APN dev and production certs from iOS. I have uninstall many times. I have tried to use Permissions.REMOTE_NOTIFICATIONS and Permissions.NOTIFICATIONS.

Any thoughts? Should this wrok?

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