Expo push Notification for andriod not retrieving token on playstore

Please provide the following:

  1. SDK Version: 45
  2. Platforms(Android/iOS/web/all): Android /Ios
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

I have read the expo documentations and i have a few question i want to ask
i am managing the expo notification the managed way where i will be using php to store the user token that is generated from the client side but my issues here is :

  1. i am able to retrieve the device token when i am in development mode but when i build it and send it to google play console for testing i notice the device token is not being retrived because i save them on the backend. I wanted to ask that since i am doing it the managed way do i still require to use firebase if i dont want to? why am i able to retrieve the token on ios device but not that of android when in production i.e on playstore for testing. any elaboration on this would be helpful since i am stuck on what to do to finish it up

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