ExpoKit with release channels

Hello,

since publishing update with SDK 17 stopped working I took your advice
and updated my ExpoKit app to sdk 25.
In dev everything is working and I built ipa and uploaded it to TestFlight,
and published with

exp publish --release-channel production

but app installed via TestFlight still gets old js from default channel

This is my EXShell.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>isManifestVerificationBypassed</key>
	<true/>
	<key>isShell</key>
	<true/>
	<key>isSplashScreenDisabled</key>
	<true/>
	<key>manifestUrl</key>
	<string>exp://exp.host/@danijel/basaramilano</string>
	<key>releaseChannel</key>
	<string>production</string>
</dict>
</plist>

Did I do something wrong? Any idea why is it not fetching new js?

Thanks

@Expo team any ideas?

Sorry guys, it was my error, I forgot to enable scroll on the screen so on my iphone it looked like it’s not fetching new js.

1 Like

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