問題タブ [bluetooth-peripheral]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - プロダクション ビルドでの iOS Bluetooth バックグラウンド モードの変更
バックグラウンド モードで Bluetooth を常に有効にして、既に AppStore でアプリをリリースしています。現在、要件が変更されており、バックグラウンド モードから Bluetooth を削除しています。
この更新された変更により、TestFlight でアプリをリリースすると、ユーザーがアプリを開くたびにアプリがクラッシュします。唯一の方法は、アプリをアンインストールしてからインストールすることです。本番ビルドでこれを解決するにはどうすればよいですか?
前:本番ビルド
After:アプリをクラッシュさせずにリリースしたい