I’d like to create a framework to advertise my other apps in an app. I think I can simply create a UIButton placed in main menu screen or home view to lead users to an UIView which contains our other app’s info. However, in that way, if I want to update or add new other apps in the UIView, I need to create a new version for the app.
I need an approach that I can update the other app list whenever I want.
Thanks for reading!
setup a webservice that will return a random one out of a list or the latest one etc + a url to an image online. that way the app will remain the same and its only the backend that needs to be updated