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.
アプリがTestFlightによって開始または公開されたかどうかをコードでチェックインすることは可能ですか?
コンパイル時にこれを行うことはできませんか?
#if TESTFLIGHT public const bool IsTestFlightBuild = true; #else public const bool IsTestFlightBuild = false; #endif
次に、プロジェクトの設定で、setを使用してビルド構成TestFlight|iPhoneを作成しますTESTFLIGHT。このビルド構成でのみTestFlightに公開します。
TestFlight|iPhone
TESTFLIGHT