Push Token not generating

Please provide the following:

  1. SDK Version:34
  2. Platforms(Android/iOS/web/all):iOS

Push Token is not generating when published to dev channel. and it is working fine in development

1 Like

Run this commandin your terminal. then only in development mode push notifiction will work.

expo push:android:upload --api-key <your-token-here>

Follow this link https://docs.expo.io/versions/latest/guides/using-fcm/

1 Like

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