[Vuejs]-How to set push notifications in android/ios with vue js?

1👍

You can actually get push notifications to web and Android via vue cli setup for PWA, out of the box – iOS is the lone holdout on PWAs acting like PWAs on their devices. So, for iOS only, you’ll need to create a developers account on Apple and pay $99/yr, plus 20% or 30% on all revenue on purchases…though there might be a way around that but I think that gap has been closed via recent TOS updates from Apple…for more see Netflix and WordPress issues with native apps on iOS and the fight with apple. WP being the most recent.

Pick your choice of native app building bundles, there’s React native, nativescript vue, vue-native, expo and probably a few dozen more out there.

From there check the docs. Firebase has great documentation, other packages above have great documentation and they all follow a similar path since iOS has the hoops you have to jump through to get things to build.

Leave a comment