after creating an iOS app which pulls data from a PHP server using JSON.
I want to design an app which pushs data, send data related of the use of the app like:
– days the app is used
– time the app is used
– who is registered on my app when is running
– etc.
Any experience to share? Some framework?
Best!
You could consider using Google’s Analytics SDK, if you are OK with them housing the data.
https://developers.google.com/analytics/devguides/collection/ios/
Saves you running the server side.