Hi everyone,
We’re building a hybrid mobile app using Capacitor and Vue.js, and we’re integrating web components hosted on a CDN. These components are developed and maintained by another internal team (e.g., BlueCross) and are shared across multiple platforms.
We want to ensure this architecture complies with Apple’s App Store Review Guidelines. Here’s how we’re using the CDN:
The CDN serves static web components (HTML/CSS/JS) used in the app UI All content is delivered over HTTPS No executable code is downloaded that alters app behavior post-install The app remains functional even if the CDN is temporarily unavailable The CDN content is versioned and controlled internally We’ve reviewed sections 2.5.1 and 2.5.2 of the App Store Review Guidelines, but would appreciate clarification or feedback from Apple or other developers who’ve submitted similar apps.
Is this approach acceptable for App Store submission? Are there any additional precautions we should take?
I submitted a build to App review 8.4.1 Blueconnect NC.
Thanks in advance!