

New in Newsstand 1.1: Add your favorite RSS feeds
NEWS APP FOR MAC OS HOW TO
We have built an example app, to know more, refer our guide on how to build an Augmented Reality (AR) app using Contentstack's iOS SDK. Now that we have a working project, you can build and run it.Īdditional Resource: The iOS SDK can be used to make amazing future-ready apps. Read more about Environments.) Stack stack = Contentstack.stack(context, "API_KEY","DELIVERY_TOKEN","ENVIRONMENT_NAME") (Learn how to find your Stack's API Key and Delivery Token.

Once you have downloaded the project, add your Contentstack API Key, Delivery Token, and Environment to the project during the SDK initialization step.
NEWS APP FOR MAC OS DOWNLOAD
Download the app using the command given below: $ git clone You need to download it and change the configuration. To get your app up and running quickly, we have created a sample iOS app for this project. To set up Xcode and initialize iOS SDK, refer to our iOS documentation. Now, it’s time to use and configure the presentation layer. With this step, you have created sample data for your website. Now that all the content types are ready, let’s add some content for your news app.Ĭreate and publish entries for the ‘News’ and ‘Category’ content typesĪdd a few dummy entries for news articles for the ‘News’ content type.

For quick integration, we have already created these content types.

Read more about Content Types.įor this website, two basic content types are required: Category and News. Read more about environments.Ī content type is like the structure or blueprint of a page or a section of your web or mobile property. Specify the base URL (e.g., ‘’), and select the language (e.g., English - United States). Provide a suitable name for your environment, say ‘staging’. To add an environment in Contentstack, navigate to ‘Settings' -> 'Environment', and click on the '+ New Environment’ tab. This stack will hold all the data, specific to your website. Log in to your Contentstack account, and create a new stack. In this tutorial, we will first go through the steps involved in configuring Contentstack and then look at the steps required to customize and use the presentation layer. If not, then please refer to the docs ( Contentstack docs) for more details. Note: For this tutorial, we have assumed that you are familiar with Contentstack and iOS.
NEWS APP FOR MAC OS MAC OS X
Use Xcode 7.0 and later and Mac OS X 10.10.4 and later.Here’s a quick guide on how to create a news app for iOS using iOS SDK and Contentstack.
