I am developing a real estate app for my customer. I am going to pull some special listings from their website. My question is this. In the app design do I hard code the url links or do I need to pull them remotely from a database such as these. A rss reader from a blog, A database, or can I use the icloud feature in Xcode. I have never used the icloud feature before in any of my apps but as I have read, I think it is for the user to store their personal data inside the app. Any suggestions? What I am trying to prevent is not having to resubmit the app to the App Store to replace dead links. Looking for easy way to remotely download a link us it as a variable for a url link incase the link get changed my website designer. Then I can just change my link that is getting downloaded. Thanks
Sorry if I missed it - what platform(s) are you building for?
What will the app do that is different from the website?
Will the app include In App Purchases, user info gathering, multi-platform use/sharing, notifications?
See:
JSON: https://developer.apple.com/swift/blog/?id=37
RSS Reader: (dated) ttp://www.appcoda.com/building-rss-reader-using-uisplitviewcontroller-uipopoverviewcontroller
iCloud: https://developer.apple.com/icloud/
ASRGs: https://developer.apple.com/app-store/review/guidelines