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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -