You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to obtain the push token outside of device / platform ready?
I want to access it later. From my understanding token should remain constant from push permission granted till app is deleted? Hence why not bind the token to the Push object as an attribute once it's set. This way it would be available throughout the code, outside of the ready function and one would not to have to set either global variables or localstorage.
The text was updated successfully, but these errors were encountered:
Is there a way to obtain the push token outside of device / platform ready?
I want to access it later. From my understanding token should remain constant from push permission granted till app is deleted? Hence why not bind the token to the Push object as an attribute once it's set. This way it would be available throughout the code, outside of the ready function and one would not to have to set either global variables or localstorage.
The text was updated successfully, but these errors were encountered: