windows Phone 8 的应用真实性
App Authenticity for windows Phone 8
我问了一个关于应用程序真实性的问题,如下URL:
一切都按照解决方案中提供的方式运行。但是,我们的项目现在遇到了另一个范围,即根据以下 URL 添加 WindowsPhone8:https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-6-3/authentication-security/application-authenticity-protection/application-authenticity-protection-hybrid/
我可以通过将以下代码添加到应用程序中来实现 WindowsPhone8 的应用程序真实性-descriptor.xml:
<windowsPhone8 securityTest="MobileSecurityTest" version="1.0">
<uuid>b5542877-7afe-4edc-a817-5341b5027633</uuid>
<security>
<productId>HelloWorld</productId>
<applicationId>fca81480-7b4a-4ed0-b387-078e8fa0c3d5</applicationId>
</security>
</windowsPhone8>
问题是当我添加“<Security></security>
”部分时,它下面有一条红线,应用程序构建失败。我还检查了应用程序的设计预览-descriptor.xml,但没有找到添加安全标签的功能。
我只能添加三个选项 "uuid" / "pushSender"/ "allowedDomainsForRemoteImages".
搭建WindowsPhone8环境报错:
发现以元素 'security'.
开头的无效内容
我们是 运行 WL Enterprise 版本 6.2.0.1,带有修复包 1。
我尝试在 Mac、Windows 7 和 Windows 8 台笔记本电脑上构建项目,但无法添加安全标签。
感谢您的回复。
请注意,您正在使用 Worklight 6.2,但您正在遵循 MobileFirst Platform 的入门文档 ("Worklight"...) 6.3 .
Windows Phone 8 的应用程序真实性保护是 not available in Worklight 6.2。
我问了一个关于应用程序真实性的问题,如下URL:
一切都按照解决方案中提供的方式运行。但是,我们的项目现在遇到了另一个范围,即根据以下 URL 添加 WindowsPhone8:https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-6-3/authentication-security/application-authenticity-protection/application-authenticity-protection-hybrid/
我可以通过将以下代码添加到应用程序中来实现 WindowsPhone8 的应用程序真实性-descriptor.xml:
<windowsPhone8 securityTest="MobileSecurityTest" version="1.0">
<uuid>b5542877-7afe-4edc-a817-5341b5027633</uuid>
<security>
<productId>HelloWorld</productId>
<applicationId>fca81480-7b4a-4ed0-b387-078e8fa0c3d5</applicationId>
</security>
</windowsPhone8>
问题是当我添加“<Security></security>
”部分时,它下面有一条红线,应用程序构建失败。我还检查了应用程序的设计预览-descriptor.xml,但没有找到添加安全标签的功能。
我只能添加三个选项 "uuid" / "pushSender"/ "allowedDomainsForRemoteImages".
搭建WindowsPhone8环境报错: 发现以元素 'security'.
开头的无效内容我们是 运行 WL Enterprise 版本 6.2.0.1,带有修复包 1。 我尝试在 Mac、Windows 7 和 Windows 8 台笔记本电脑上构建项目,但无法添加安全标签。
感谢您的回复。
请注意,您正在使用 Worklight 6.2,但您正在遵循 MobileFirst Platform 的入门文档 ("Worklight"...) 6.3 .
Windows Phone 8 的应用程序真实性保护是 not available in Worklight 6.2。