Cant register Pushy when app loads
Closed this issue · 1 comments
DanielDanaee commented
"pushy-react-native": "^1.0.14",
"react-native": "0.61.2",
I get the following message when im opening the app.
Error: Registration failed: Error Domain=PushyRN.PushyResponseException Code=0 "(null)"
pushy commented
Hi @DanielDanaee,
Please make sure that you have created an app in the Pushy dashboard with the same Bundle ID as your React Native iOS project (check the Bundle ID in the Xcode target settings):
https://dashboard.pushy.me/apps/new
After creating a Pushy app, please try running your app again. 👍