Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
注册推送通知设备时IBM MFP 8.0 iOS崩溃_Ios_Cordova_Ibm Mobilefirst_Mobilefirst Server - Fatal编程技术网

注册推送通知设备时IBM MFP 8.0 iOS崩溃

注册推送通知设备时IBM MFP 8.0 iOS崩溃,ios,cordova,ibm-mobilefirst,mobilefirst-server,Ios,Cordova,Ibm Mobilefirst,Mobilefirst Server,调用MFPPush.registerDevice函数后,MobileFirst平台插件将获得scopepush.mobileclient的访问令牌。 但是,在收到访问令牌响应后,应用程序崩溃。请参阅所附图片 知道为什么会这样吗 MobileFirst平台服务器和插件版本使用: MobileFirst平台8.0.0.0 IF20170220 cordova插件mfp 8.0.2017021815 cordova插件mfp push 8.0.2017012410 @YUN MFPPush.regis

调用
MFPPush.registerDevice
函数后,MobileFirst平台插件将获得scope
push.mobileclient
的访问令牌。 但是,在收到访问令牌响应后,应用程序崩溃。请参阅所附图片

知道为什么会这样吗

MobileFirst平台服务器和插件版本使用:
MobileFirst平台8.0.0.0 IF20170220
cordova插件mfp 8.0.2017021815
cordova插件mfp push 8.0.2017012410


@YUN MFPPush.registerDevice函数工作正常, 使用的MobileFirst平台服务器和插件版本:

MobileFirst平台8.0.0.00-20170325
cordova插件mfp 8.0.2017021815
cordova插件mfp push 8.0.2017012410


希望它能解决问题。

@YUN MFPPush.registerDevice函数工作正常, 使用的MobileFirst平台服务器和插件版本:

MobileFirst平台8.0.0.00-20170325
cordova插件mfp 8.0.2017021815
cordova插件mfp push 8.0.2017012410


希望它能解决问题。

您能否确认问题是否仅在使用推送时发生?ie,如果你要连接到MFP服务器(没有推送插件),你看到这个问题了吗?@VivinK是的,如果我拿走
MFPPush.registerDevice
,应用程序可以正常使用,没有任何问题。@YUN是你的
push.mobileclient
范围受到任何安全检查的保护???@VittalPai否,仅在范围元素映射中添加,未进行任何安全检查。您能否确认此问题是否仅在使用推送时发生?ie,如果你要连接到MFP服务器(没有推送插件),你看到这个问题了吗?@VivinK是的,如果我拿走
MFPPush.registerDevice
,应用程序可以正常使用,没有任何问题。@YUN是你的
push.mobileclient
范围受到任何安全检查的保护???@VittalPai否,仅在范围元素映射中添加,没有任何安全检查。我在官网中找到的最新版本MobileFirst Platform 8.0是IF20170220-1900,我找不到20170325。我在官网中找到的最新版本MobileFirst Platform 8.0是IF20170220-1900,我找不到20170325。