expo / turtle

Standalone app builder service
MIT License
385 stars 29 forks source link

OTA updates don't seem to work #286

Closed midoushitongtong closed 3 years ago

midoushitongtong commented 3 years ago

Question Checklist

Question Description

I have created a empty project using expo init.

I used the following command, but the OTA update doesn't seem to work.

expo export --dev --public-url http://127.0.0.1:8000
/usr/local/bin/python3 -m http.server 8000
EXPO_ANDROID_KEYSTORE_PASSWORD="aaaaa" \
EXPO_ANDROID_KEY_PASSWORD="aaaaa" \
EXPO_USERNAME="aaaaa" \
EXPO_PASSWORD="aaaaa" \
turtle build:android \
 --type apk \
 --keystore-path ./aaaaa.jks \
 --keystore-alias "aaaaa" \
 --allow-non-https-public-url \
 --public-url http://127.0.0.1:8000/android-index.json
expo publish

I may be missing a step?

midoushitongtong commented 3 years ago

sorry I got the answer from the documentation https://docs.expo.io/distribution/hosting-your-app/