Comply with Apple Reader App guidelines allowing magazines, newspapers, books, audio, and video apps to link to external web account management.
Comply with Apple App Store Reader App guidelines. Nativine embeds native iOS SFSafariViewController and External Modal bridges, allowing qualified Reader Apps (magazines, newspapers, books, audio, video) to link users to external web account creation and management screens.
Apple Section 3.1.3(a) permits qualified "Reader" applications to include an in-app link to external web pages for account management and sign-up. Nativine's Reader App plugin presents Apple-compliant modal sheets:
SFSafariViewController sheets that share Safari web cookies.To trigger the official Reader App external modal sheet in JavaScript, call nativine.readerModal.presentExternalLink():
nativine.readerModal.presentExternalLink({
targetUrl: 'https://yourdomain.com/account/subscribe',
callback: 'onModalDismissed'
});
| Parameter | Type | Description |
|---|---|---|
targetUrl | string | Required. Approved external account URL registered in Apple entitlements. |
Magazines, newspapers, digital books, audio, music, and video streaming apps qualify under Apple guideline 3.1.3(a).
Yes. Apple requires presenting their standard system confirmation modal before launching the external web browser sheet.