ios - How do I store user-inputed data so that it can be displayed to other users of an app? -
i'm still new ios development. app able display run-time user-placed pins(for car dealerships) in view controller, user exits app or current map view, pins disappear. along this, plan have these user placed pins can viewed other users of app.
so question is, program/framework (etc.) best allow me store these pins various user specific variables (such nsstrings), can load data specific view opens , display other users of app.
i've heard of core data , mysql , other things, don't know enough each of them know use or if need them @ all.
please give me guidance on should study/begin use accomplish task.
thank you!
you may use remote mysql database , store information there. need ios framework access mysql.
also, can write simple php script on server work mysql database.
Comments
Post a Comment