Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode を Xcode 7 にアップグレードし、App Transport Security(ATS) 機能を に含めましたpList。現在、に割り当てYESてこの機能を無効にしていますNSAllowsArbitraryLoads。現在、アプリはシミュレーターで正常に動作しています。ただし、アドホック開発ビルドをリリースしてデバイスにインストールすると。APIanyが呼び出されるたびにクラッシュします。
pList
YES
NSAllowsArbitraryLoads
API
以下は、クラッシュの詳細の画像です。
Captain OS の作業はまだ開始していませんが、以下の ATS のリンクが役立つ可能性があります。
アプリ トランスポート セキュリティの構成
役に立つかもしれません。