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
I have generated a pwa app from a nuxt app and using oneSignal with web push sdk which has some restrictions (like automatically collapsing of older notifications when new notifications arrive) this can be resolved by using mobile push sdk,
(mobile push sdks are made for andorid apps and chrome web apps) can i use mobile push sdk in my nuxt pwa app?
The text was updated successfully, but these errors were encountered:
OneSignal sdk for mobile doesn't support pwa. So, unless you create the apk for your pwa or use other frameworks like Cordova or Ionic, web push sdk would only be the option.
I have generated a pwa app from a nuxt app and using oneSignal with web push sdk which has some restrictions (like automatically collapsing of older notifications when new notifications arrive) this can be resolved by using mobile push sdk,
(mobile push sdks are made for andorid apps and chrome web apps) can i use mobile push sdk in my nuxt pwa app?
The text was updated successfully, but these errors were encountered: