我正在尝试以无人值守的方式使用 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>