無人で mfpdev CLI を使用してiOS ネイティブ アプリを Bluemix Mobile Foundation サーバー ( https://console.ng.bluemix.net/catalog/services/mobile-foundation ) に登録しようとしています。
私は MobileFirst Operations Console から入手できるサンプル・アプリでそれを達成しましたが、独自のアプリを使用しようとすると、すべての操作 (登録、プル、プッシュ) の bundleId とバージョンのプロンプトが常に表示されます。
これらのプロパティは既に Info.plist で定義されているため、無人操作を許可するために他に何をすべきかわかりません。
<key>CFBundleIdentifier</key>
<string>com.ibm.mobileappbuilder.Mytestapp</string>
<key>CFBundleVersion</key>
<string>1.0</string>