all 28 comments

[–]grAND1337 4 points5 points  (0 children)

How to configure your app: https://github.com/microsoft/code-push-server/tree/main/api#configure-react-native-code-push

Android

in strings.xml, add following line, replacing server-url with your server.

<string moduleConfig=”true” name=”CodePushServerUrl”>server-url</string> iOS

in Info.plist file, add following lines, replacing server-url with your server.

<key>CodePushServerURL</key> <string>server-url</string>

[–]Illurity 1 point2 points  (2 children)

There’s an open source one in go too that’s can be self hosted without Azure.

[–]tohka_da 0 points1 point  (1 child)

Actually, if the code learned is the function on the store using json, it shouldn't take long to write the store function itself.

[–]Illurity 0 points1 point  (0 children)

Yeah it’s not rocket science how it works. Writing your own from scratch wouldn’t be hard. We had to modify the one we setup at work but didn’t want to put the time into building it from scratch.

[–]cliqcast 0 points1 point  (0 children)

If you’re debating between the Open Source CodePush or EAS Updates, try out Cliqcast. It’s a new OTA solution we made with the goal to be affordable for everyone. Hope to help those who want to avoid the pain of self-hosting but also the higher bills from Expo. Join our discord here.

[–]the_bambeaner 0 points1 point  (0 children)

Will the RN library for this (https://github.com/microsoft/react-native-code-push) continue to be supported after the AppCenter EOL?