Page 1 of 1

Push Device Register A or I for Android or IOS

Posted: Wed Mar 18, 2015 4:34 pm
by andi

What is the best way to detect the Type for the push device token (A for Android or I for IOS)


Push Device Register A or I for Android or IOS

Posted: Wed Mar 18, 2015 5:31 pm
by andi

... and wich token should i use for register a device?


Push Device Register A or I for Android or IOS

Posted: Sun Mar 22, 2015 12:45 pm
by Egor Kotov6832188

Hello Andi,

Type can be sorted with "where" parameter, example
http://gyazo.com/5c986e871dae322adfbd... - I
http://gyazo.com/18c17d77aca946518bb2... - A

Token stored in the local storage variable, you can retrieve it by next line:
localStorage.getItem('pushNotificationToken')