nabilfreeman / ios-universal-webview-boilerplate

Universal Swift-based boilerplate for a web app.
804 stars 63 forks source link

feature request: push notifications #4

Open nealrs opened 9 years ago

nealrs commented 9 years ago

I'm not sure if web-push would work / makes sense here -- but it'd be awesome to incorporate native push (broadcast style) notifications into the boilerplate.

I'm not super familiar with Apple/GCM/etc, but I'd be happy to help implement it with some guidance!

nabilfreeman commented 9 years ago

@nealrs

Cool feature, although I'm thinking it might start to bring the featureset of this repo closer towards Cordova, which I think already handles stuff like push really well.

Feel free to extend it though and open up a PR! If you manage to modify this to fit your use I'd really like to see it :grin:

(I still stuck at Swift though so won't be much help...)

pmaojo commented 7 years ago

I have implemented onesignal on this and it works ;) just follow their guided installation