[TIMOB-24643] Device Registration issue for push notification on-premise environment
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Suman kalyan chowdary Kadiyala |
Assignee | Unknown |
Created | 2017-04-28T22:12:16.000+0000 |
Updated | 2018-02-28T19:55:40.000+0000 |
Description
I'm having challenges in registering Android device for push notifications.
With all my trail and errors options, I found
"https://api.cloudapp-1.appctest.com/v1/ "
this property has to be added to the ti.xml file to get the device registered (if you are lucky).
What I observed was
1. If the mobile app is already installed in the device then even after adding this property and rebuilding and installing the app in the emulator didn't solve the problem. The existing app has to be uninstalled and then reinstalled after the property added to ti.xml file to register the android.
2. If the app is installed with this property added, even after removing the property from the ti.xml file and reinstalling the app, the device still gets registered until the app is removed and reinstalled.
used this sample project
https://gist.github.com/egomez99/2503808
No comments