I have build an app using react-native and I have been uploading new builds with new version numbers to the app store and the status of the build is 'Testing'(for internal users), but when i update my app through Testflight i dont see my latest changes the version number and build number are updated but it loads very old code. This old code is 2-3 months old. But when i run the same app on simulator or on my device(through xcode) it shows up the latest code. Does anyone have any suggestions what i might be doing wrong here ?
The redeem code is sent by mail when you add an external or internal new tester in TestFlight. When you open your app in App Store Connect, go to "My Apps" and select your app. Then go to the "TestFlight" section, complete the "Information" section, and then add external testers as needed and the build to test.
Each early access version is only available for 90 days after its release. TestFlight will tell you how many days until your current version expires. Once expired, you won't be able to use the Register app until you update to newer early access version or revert to the regular version of the Register app.
I had the exact same problem but even creating new certificates didn't help. I created a new main.jsbundle
and that did the trick! Really difficult issue to get your head around.
Here is the exact command I used in the root of the project directory:
react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With