In Expo, OTA update works fine for bundleID A, but OTA update does not work for bundleID B.

I am releasing an iOS app to the app store and am dealing with a bundle ID, A, for production and a bundle ID, B, for testing.

In Expo, OTA update works fine for app A, but OTA update does not work for app B.

How is the procedure?

  1. delete node_modules, Pods, .expo
  2. clear build cache in Xcode
    Clear the cache and build the app with metro
    Execute expo publish -release-channel XXX -c
    In your post, please share:
  • Whether you are bare or managed workflow
  • Your eas-cli version
  • What you have tried so far