website to automatically sync to iOS app

is there a way to automatically sync the content or some of the content of a website to the iOS app? The content is being added on daily bases, such as archive, videos....etc. It would extremly time saving to be able to do such.

Answered by CPSoftware in 689802022

You may want to look into adding the content in to a JSON file that would be on the website, and then use the json decoding commands to update any content that the website may or may not have inside your app.

For an idea of what I mean. go on YouTube here: https://www.youtube.com/results?search_query=json+decoding+swift

Dan Uff

Accepted Answer

You may want to look into adding the content in to a JSON file that would be on the website, and then use the json decoding commands to update any content that the website may or may not have inside your app.

For an idea of what I mean. go on YouTube here: https://www.youtube.com/results?search_query=json+decoding+swift

Dan Uff

Apply your own API to your website from which you will download data. See how it was resolved here https://bitcoin-tidings.com/

website to automatically sync to iOS app
 
 
Q