ExpoでOTAアップデートをする手順

個人用のメモです

App.tsxのインポート文にこれを仕込む

import * as Updates from ‘expo-updates’;

パッケージをインストール

npx expo install expo-updates

アプリをビルドして、ストアにリリース

eas build –platform ios –profile production

その後、EAS Updateをプロジェクトに追加:

eas update:configure

アップデートをプッシュ:

eas update –branch production –message “アップデートのコメント”


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *