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
[question]: i implement OneSignal for push notification into angular application. i successfully send email id and tag to onesignal but i don't know how to subscribe for push notification. when i run application than pop-up display for subscribe and i click on subscribe after than for subscribe i need to implement method like this.os.User.addEmail(""); and this.os.User.addTag("Tags : ", tag); implement for email or by default after click subscribe but not store my data in onesignal after clicl on subscribe. let me know if you have any suggestion or solution of this question.
#55