Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm creating game in which I need to show how many users are online. There can be timeout of 5 minutes for example. Is there any API for iCloud or Game Center to get number of user which are online?

share|improve this question
1  
You can get the online user count by using Google Analytics – Ushan87 Feb 19 at 9:09
@Ushan87 - can I get number then and show in the app? – CroiOS Feb 19 at 9:10
Oh sorry missed that bit of your question. my bad. and no you cannot show the online users count using Google Analytics. – Ushan87 Feb 19 at 9:15
   
You cannot do it using GameCenter, you will have to save the amount of playing users at your own server. – simpleBob Feb 19 at 9:16
There's nothing remotely similar to this in iCloud. – Tom Harrington Feb 19 at 16:47

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.