Reputation: 11
Could you please any one help me for generation device register token for ANS(Amazon notification service) in Ionic framework.
Upvotes: 1
Views: 190
Reputation: 2097
uuid = (ionic.Platform.device() && ionic.Platform.device().uuid || false); Must be used after device ready
Upvotes: 1