CloudKit and storing data.....

I am currently working on an app which has a couple of webviews in it. Is it a good idea or practice to store the links in Cloudkit and fetch them just incase later on they are changed from the server side. That way keeping me from having to hardcode my app and resubmit it back to the app store? Thanks

Replies

You can use CloudKit for this or you could get a simple website (e.g. Google "sites") and parse it for those references.