Details
-
Type:
Feature Request
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.2.0
-
Fix Version/s: 1.2.0
-
Component/s: unifiedpush
-
Labels:None
-
Git Pull Request:
Description
When using the AeroGear.js file within Cordova (for device registration), a little hack is needed to get the "DeviceToken" registered:
var tokenContainer = {};
|
tokenContainer.channelID = deviceToken; // or = regID; on Android.....
|
Would be nice if the registerWithPushServer() was a bit more flexible