Please provide the following:
- SDK Version: 39
- Platforms(Android/iOS/web/all): all
After I run getExpoPushTokenAsync, I get the following error
[Unhandled promise rejection: Error: Error encountered while fetching Expo token, expected an OK response, received: 400 (body: "{"errors":[{"code":"VALIDATION_ERROR","message":"The Expo push notification service is supported only for Expo projects. Ensure you are logged in to your Expo developer account on the computer from which you are loading your project.","isTransient":false}]}").]
Logging into expo seems to fix the issue. However, when I deploy the stand-alone app to TestFlight or Google App store, will this work? I don’t expect my users to have an expo account, so will they have the same issue?