MobileFirst 7.1 Cordova 应用程序是否支持应用程序真实性
Does MobileFirst 7.1 Cordova App support Application Authenticity
我们正在使用 IBM MobileFirst 平台 7.1 构建混合移动应用程序。该应用程序创建为 MFP Cordova 应用程序:
$ mfp cordova create someApp --platform ios
我们正在尝试确定在 MFP Cordova 应用程序中是否支持 MFP App Authenticity 功能。根据这个link:
Cordova 应用程序不支持 "Verification of the integrity of web resources by using a checksum each time the app starts running. ( in the application descriptor)"。这是否意味着也不支持 App Authenticity?来自同一个 link,它提到 "MobileFirst Security Framework" 支持 Cordova。所以,请澄清。
另一个相关问题。在上面的同一比较页面上,它指定 "Specification of app target category (B2E or B2C) for addressable device license tracking. ( in application descriptor)" 不支持基于 Cordova 的应用程序。这是否意味着如果 MFP 服务器使用如下指定的令牌许可,则不能使用基于 Cordova 的应用程序:
testWebResourcesChecksum
与应用程序真实性不同。
支持应用程序真实性,但请注意,存在导致扩展真实性失败的未决问题:PI58292 基于 CORDOVA 的混合应用程序的扩展真实性失败 - 正在解决此问题。
我不确定许可证跟踪功能 - 检查。
更新:也支持许可证跟踪。
我们正在使用 IBM MobileFirst 平台 7.1 构建混合移动应用程序。该应用程序创建为 MFP Cordova 应用程序:
$ mfp cordova create someApp --platform ios
我们正在尝试确定在 MFP Cordova 应用程序中是否支持 MFP App Authenticity 功能。根据这个link:
Cordova 应用程序不支持 "Verification of the integrity of web resources by using a checksum each time the app starts running. ( in the application descriptor)"。这是否意味着也不支持 App Authenticity?来自同一个 link,它提到 "MobileFirst Security Framework" 支持 Cordova。所以,请澄清。
另一个相关问题。在上面的同一比较页面上,它指定 "Specification of app target category (B2E or B2C) for addressable device license tracking. ( in application descriptor)" 不支持基于 Cordova 的应用程序。这是否意味着如果 MFP 服务器使用如下指定的令牌许可,则不能使用基于 Cordova 的应用程序:
testWebResourcesChecksum
与应用程序真实性不同。
支持应用程序真实性,但请注意,存在导致扩展真实性失败的未决问题:PI58292 基于 CORDOVA 的混合应用程序的扩展真实性失败 - 正在解决此问题。
我不确定许可证跟踪功能 - 检查。
更新:也支持许可证跟踪。