ibm-bluemix-mobile-services/bms-clientsdk-cordova-plugin-push

Android 6.0 BMSPush.registerDevice error

Closed this issue · 0 comments

On my Android 6.0 I'm receiving an error when my app calls BMSPush.registerDevice() method. The app is returning an error on fail callback function.

screenshot 2017-01-18 15 25 01

On my Android 7.0.1 the app is crashing before splash screen appears.
Environment:

cordova plugin list:

bms-core 2.3.7 "BMSCore"
bms-push 3.1.2 "BMSPush"
cordova-plugin-add-swift-support 1.6.2 "AddSwiftSupport"
cordova-plugin-cocoapod-support 1.2.10 "Cordova CocoaPods Dependency Support"
cordova-plugin-console 1.0.5 "Console"
cordova-plugin-device 1.1.4 "Device"
cordova-plugin-inappbrowser 1.5.0 "InAppBrowser"
cordova-plugin-splashscreen 4.0.1 "Splashscreen"
cordova-plugin-statusbar 2.2.1 "StatusBar"
cordova-plugin-whitelist 1.3.1 "Whitelist"
ionic-plugin-keyboard 2.2.1 "Keyboard"

cordova platform list:

Installed platforms:
  android 6.0.0
  ios 4.3.1
Available platforms: 
  amazon-fireos ~3.6.3 (deprecated)
  blackberry10 ~3.8.0
  browser ~4.1.0
  firefoxos ~3.6.3
  osx ~4.0.1
  webos ~3.7.0

Xcode:
Version 8.1 (8B62)

Thanks!