ios - How to count the number of times every user has done something? -


the title worded pretty poorly can explain want do. have app , in app have 'play' button. can count number of times every user has pressed 'play' , send website app? example, imagine owned candy crush , on website wanted counter read '345745646 levels completed', how this? currently, app offline , not connect server nor cloud etc. haven't created website yet.

to start, can @ using parse backend app if not have lot of experience server side stuff.

you create database table called action , every time user hits play button, create new play record in action table. show counter, query database , count of play actions in actions table.

hope sets on right path.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -