Newsstand is an app type for ZulaMobile. The app aims to display issues in pdf or HTML5 format and feature the app in Apple Newsstand
Displays PDF or HTML5 issue covers on a shelf. Displays the issue contents upon tapping on image. If issue is a PDF, downloads it locally.
This app type is designed to display full-screen adverts
-
Follow the steps in ZulaLibrary README.
-
Add following to
Pods-NewsletterLibrary-prefix.pch
file:#import "ZulaLibrary.h"
// notifications #import "SMNotifications.h" #define kNotificationIssueDownloadDidFinish @"kNotificationIssueDownloadDidFinish" #define kNotificationIssueDownloadDidStart @"kNotificationIssueDownloadDidStart"