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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -