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

iOS 10.2 unsubscribing a tag when notification is sent

Closed this issue · 0 comments

My app have some tags (depending of country selected). iOS app is subscribing a tag correctly and I can confirm that on bluemix dashboard.
When I send a push notification for that tag the iOS app only in 10.2 version and also in 10.2.1 is unsubscribing a tag and the push is not arriving.
That issue did not occurs on iOS 10.0.2 for example, in this version the app is able to receive push for the Tag selected.

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!