6
karma
5y

So ... Finally receiving notifications on iOS through firebase, now to handle them correctly ...

Comments
  • 0
    How did you do it? any handy tutorial that you can point me to. Coz I have to do a notification specifically for certain type of users.
  • 1
    @thevariableman I used nativescript-firebase-pluging from eddyverbruggen, since I'm building the app with nativescript...

    Else I'd advice you to look over the cloud messaging docs from firebase found at https://firebase.google.com/docs/... there is a section there for ios as well (firebase will push them through to the APNs service)

    It's a real hell with all the provisioning and certificate strictness... Took me about 3 tries and 4 days to finally have it snap together 😎

    Hope this will help you getting started!
  • 1
    @karma thanks for the heads up bro
  • 0
    @thevariableman not a problem
Add Comment