Ramesh
Ramesh

Reputation: 11

how to get device token for ANS(Amazon Notification Service) ionic framework

Could you please any one help me for generation device register token for ANS(Amazon notification service) in Ionic framework.

Upvotes: 1

Views: 190

Answers (1)

Bharat Bhushan
Bharat Bhushan

Reputation: 2097

uuid = (ionic.Platform.device() && ionic.Platform.device().uuid || false); Must be used after device ready

Upvotes: 1

Related Questions