Push Notifications for iOS

Asked

Viewed 42 times

0

I am using some services for shipments push Notifications. However, none of them works for iOS.

That is, browser on iOS do not notify the user.

That would be something of Webkit safari?

  • 1

    This is talking about Hybrid Apps or PWA or the same Safari browser?

  • @Guilhermenascimento phallus in same browsers. In PWA works?

  • 2

    @Felipegoulart PWA in iOS is still precarious. About notification: https://caniuse.com/#search=notification - https://whatwebcando.today/push-notifications.html and Apple https proprietary solution://Developer.apple.com/library/Archive/Documentation/Networkinginternet/Conceptual/Notificationprogrammingguideforwebsites/Pushnotifications/Pushnotifications.html#//apple_ref/doc/uid/TP40013225-CH3-SW1

  • 1

    @Felipegoulart as Bacco mentioned the other day in the chat, the support for Worker on Ios is still a little precarious (I’m using iOS11 I need to see how this is currently), but on the push specifically I think it has no support, because it should probably be worth what the Bacco link indicates. The need is to be even web?

  • @Bacco from what I saw there is a way. But, it’s almost like setting up an application.

  • Yes, have to use the proprietary apple system, it’s hell - apple does not want you to be independent from the store

  • @Bacco but at least it has a form. The problem is that I will have to do everything separately. Well, I will use third party service for that. With Apple it’s going to have to be in hand. And I don’t think I’ll be able to create segmentations either.

  • @Guilhermenascimento Will roll with PWA?

  • 2

    You have to do the math. Depending on the work that will give, already part for native App same

  • I make the words of @Bacco my own, but I’ll tell you what, if you’re going to create a webView you’ll have to manipulate the Javascriptinterface to achieve something more efficient, if it’s Cordova (and/or Ionic, which is basically Ordova) and the pushs are in the background, you can use this: https://www.npmjs.com/package/Cordova-plugin-background-push (just for the record if it’s Ionic you already have something semi-ready: https://ionicframework.com/docs/native/push/)

Show 5 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.