Getting the following message when trying to do push notifications
[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}]}”).]
I have another tab opened and logged into my account. Do they mean I have to actually publish my app to my expo account for this to work? There is no login button on the metro bundler page in browser.
I noticed if I want to use app history to connect from the expo go app on my phone I need to be logged in but it loggs in through chrome web browser. Apparently not the same on a PC.
Thanks for any info on this.