我的 Worklight 应用程序中有一个按钮,它为应用程序和用户订阅通知源,其方式与以下 URL 上的通知示例大致相同:http: //www.ibm.com/developerworks/mobile/worklight/getting-started .html#高级
问题是当设备重新启动/或应用程序关闭并且我需要重新登录时 - isSubscribed 函数将返回 false - 尽管以前是 true。
客户端是否意味着自动保存其订阅?在多个设备/应用重新启动时维护对通知源的订阅的最佳做法是什么?
这是我的 securityTests 设置:
<securityTests>
<customSecurityTest name="WebServicesAdapters-securityTest">
<test isInternalUserID="true" realm="CustomAuthenticatorRealm"/>
</customSecurityTest>
<mobileSecurityTest name="PushApplication-strong-mobile-securityTest">
<testUser realm="CustomAuthenticatorRealm"/>
<testDeviceId provisioningType="none"/>
</mobileSecurityTest>
</securityTests>