|
|
|
|
|
by DaiPlusPlus
2126 days ago
|
|
We're switching our app from Xamarin to be a PWA (by slowly making our web-app's HTML+JS work as a PWA) - primarily so we don't need to deal with disparate codebases - but avoiding Apple's App Store police is part of the benefit. We were never at risk of breaking Apple's policies because we're B2B, but being to publish updates immediately without having to wait 24-48+ hours for App Store review (and having to explain our app to the reviewer and create a test account for them) is a huge benefit. We made the change after reassessing the PWA landscape and seeing that iOS 13 and Android's level of support for PWA features makes it worthwhile. Apple is dragging its feet with PWAs - but the way our app works means we don't need any of the missing functionality (like Web Push) and iOS's weird PWA app lifecycle suits our application fine as it isn't intended to be used offline for more than a few hours anyway. |
|