在哪里可以找到 worklight.plist?
Where to find worklight.plist?
我正在使用这个 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 与我在应用程序中输入的内容匹配 -descriptor.xml.
谢谢,
我在 native 文件夹中构建项目后找到了它。
worklight.plist 文件仅在使用 MobileFirst Studio Eclipse 插件(或 CLI 命令行工具)构建 MobileFirst 应用程序后可用。
对于混合应用程序,
然后,您可以在 your-project\apps\your-app\iphone\native
文件夹中找到 worklight.plist 文件。
对于本机应用程序,
您只需为 iOS 生成 NativeAPI,它将位于生成的文件夹中,在 your-project\apps\your-nativeapi\WorklightAPI
文件夹中。然后,您需要按照本机应用程序教程将此(以及更多)文件复制到 Xcode 项目。
我正在使用这个 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 与我在应用程序中输入的内容匹配 -descriptor.xml.
谢谢, 我在 native 文件夹中构建项目后找到了它。
worklight.plist 文件仅在使用 MobileFirst Studio Eclipse 插件(或 CLI 命令行工具)构建 MobileFirst 应用程序后可用。
对于混合应用程序,
然后,您可以在your-project\apps\your-app\iphone\native
文件夹中找到 worklight.plist 文件。对于本机应用程序,
您只需为 iOS 生成 NativeAPI,它将位于生成的文件夹中,在your-project\apps\your-nativeapi\WorklightAPI
文件夹中。然后,您需要按照本机应用程序教程将此(以及更多)文件复制到 Xcode 项目。