Store app synchronizing with expo app

Please provide the following:

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

I have the buid app in store pointing out to the production api and the expo pointer out to dev api.Somehow when i open my production app is synchronizing with the expo app. There is a new functionality ? Thanks

Did you use --release-channel for the production apps?

If you want the apps to be different (read: different API endpoints), and use updates (for example: OTA), you must use a different --release-channel="value" for development and production apps.

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