Issues with PWA Packaging for Apple Store

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!

Where in Apple’s documentation does it state that PWA’s are now deployable to the App Store? I thought that was not possible? Have they changed their policy?

I’m not entirely sure if publishing a PWA to the Apple App Store will be successful, but I’m giving it a try based on this article from PWABuilder. In the process, I’ve discovered these issues. Do you know how to fix them?

Raise the issue on their GitHub repo?