Worklight Enterprise version 6.0.0
I am adding WL Push
feature into my app. Now, I am coming across a serious issue on iPhone
. In the "Push Notifications"
tab of Worklight console
, the number of subscribed devices are not correct, such as:
Push app
1 subscribed users;
2 subscribed devices;
Apple
0 subscribed users;
0 subscribed devices;
Google
1 subscribed users;
1 subscribed devices;
This issue causes that when invoking PushAdapter
to push messages the above user, there is "null" exception
. It means that ios
users will be not able to receive push notifications.
Any idea for this issue?
Thanks in advance!
Find one row of strange data in WRKLGHT.notification_device table. Moreover, for USERAGENT information, I also checked the table of APP_ACTIVITY_REPORT in Raw data report database. The USERAGENT information are collected correctly.