Hello,
I’m trying to package my website as a PWA for submission to the Apple App Store, but I’ve encountered some issues.
1. Service Worker Capabilities Not Activated
When analyzing my PWA with PWABuilder, the following Service Worker capabilities are not active:
- Push Notifications
- Has Service Worker
Official screenshots
2. Packaging Errors During “Package For Stores” Process
I’m receiving the following errors when attempting to package the PWA:
-
500 Error:
Status code: 500. System.Net.Http.HttpRequestException: Response status code does not indicate success: 415 (Unsupported Media Type).
-
415 Error:
System.Net.Http.HttpRequestException: Response status code does not indicate success: 415 (Unsupported Media Type).
I would appreciate any guidance on how to resolve these issues. Thank you!