Reputation: 1518
How would I do this? Seems like webservices php/mysql setup. I’m not the best with these things. Is there an easier way? I appreciate suggestions. I just want to count how many times an area in the app is viewed and display the count within the app.
Upvotes: 0
Views: 688
Reputation: 19277
You can use Google Analytics or Flurry to count page views and so on.
Upvotes: 1
Reputation: 22403
Look into Parse. I've never used it for anything in production, but if I were making an app that required a server component I definitely would. It's free up to a million API requests per month and pretty much eliminates 99% of the work that would go into setting up your own server/database/API.
Upvotes: 1