0

我正在使用这个 URL 来实现 iOS 的应用程序真实性。 https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-6-3/authentication-security/application-authenticity-protection/application-authenticity-protection-native-ios/

但是,我需要知道在哪里可以找到 worklight.plist 以确保 applicationId 与我在 application-descriptor.xml 中输入的内容相匹配。

4

2 回答 2

0

谢谢,我在本机文件夹中构建项目后找到了它。

于 2015-01-21T21:15:48.247 回答
0

worklight.plist 文件仅在使用 MobileFirst Studio Eclipse 插件(或 CLI 命令行工具)构建 MobileFirst 应用程序后可用。

  • 对于混合应用程序,
    您可以在your-project\apps\your-app\iphone\native文件夹中找到 worklight.plist 文件。

  • 对于 Native 应用程序,
    您只需为 iOS 生成 NativeAPI,它将位于生成的文件夹中,在your-project\apps\your-nativeapi\WorklightAPI文件夹中。然后,您需要按照本机应用程序教程将这个(以及更多)文件复制到 Xcode 项目中。

于 2015-01-21T21:17:30.860 回答