Problem registering tokenini IOS
Hi I'm trying to save the token on a localStorage variable as specified in the documentation:
setTimeout(function() {
alert(localStorage.getItem('pushNotificationToken'));
}, 1);
It's working ok in Android but it retrieves a null value on IOS version 7.
Any ideas why?
thanks a lot Miguel