Prior to iOS 9, the proper way to create a magazine app was to use the NewsstandKit framework. However, with iOS 9, there have been some changes with the Newsstand and it looks like Newsstand is on its way to deprecation. The reasons for this thought of mine are:
- On the Newsstand page itself, Apple News is endorsed for publishing content.
- The Newsstand folder is removed on iOS 9.
- There are no tutorials about Newsstand in Swift. Not in Apple's pages, not in RayWenderlich, not anywhere else.
- Of the available two tutorials about Newsstand (which are authored by the same author and in Objective-C), the author says that Newsstand is deprecated and new apps should not be developed using NewsstandKit. (The relevant Disqus comment of author) However, the author does not tell how to develop magazine apps on iOS 9 or later.
So, my question is:
- How should a magazine app be developed on iOS 9 or later?
- What are the sources for developing magazine apps on iOS 9 or later?
Note that being able to make a magazine app without using Apple News is important, since Apple News is available only on Australia, UK and US as of writing this.