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?
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?
Browser other questions tagged push-notification
You are not signed in. Login or sign up in order to post.
This is talking about Hybrid Apps or PWA or the same Safari browser?
– Guilherme Nascimento
@Guilhermenascimento phallus in same browsers. In PWA works?
– Felipe Viero Goulart
@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
– Bacco
@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?
– Guilherme Nascimento
@Bacco from what I saw there is a way. But, it’s almost like setting up an application.
– Felipe Viero Goulart
Yes, have to use the proprietary apple system, it’s hell - apple does not want you to be independent from the store
– Bacco
@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.
– Felipe Viero Goulart
@Guilhermenascimento Will roll with PWA?
– Felipe Viero Goulart
You have to do the math. Depending on the work that will give, already part for native App same
– Bacco
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/)
– Guilherme Nascimento