Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8469855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T16:20:52+00:00 2026-06-10T16:20:52+00:00

Is there any way I could gather specific information from users who use my

  • 0

Is there any way I could gather specific information from users who use my app?

For example, if I have a random number generate between 0 and 1,000, how can I find the most common generated number?

Would I use Flurry Analytics for this? If so, maybe I don’t quite understand their website Interface with how events are logged. Could someone help explain?

Edit: More accurate title

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T16:20:54+00:00Added an answer on June 10, 2026 at 4:20 pm

    The code below is an example of how you would log (for example) random numbers generated within your app. Basically you send a logEvent:withParameters: message to the FlurryAPI class. The logEvent parameter is an arbitrary name you give the event, and the parameters is a NSDictionary of name/value pairs you want to track for the event. You can then see the recorded events with the data in the Flurry analytics reporting.

    int rnd = arc4random() % 1000;
    
    // use Flurry Analytics to record random number generated event 
    NSDictionary* dictionary = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithInt:rnd], @"RandomNumber", nil];
    [FlurryAPI logEvent:@"RandomNumberGenerated" withParameters:dictionary]; 
    

    You can find more information about using Flurry Analytics to track events in their Getting Started page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way I could load an image via javascript and then have
Is there any way I could, using only Javascript and HTML, have a page
Is there any way I could run the following 'logical code' to actually work?
Is there any way we could do efficient paging with petapoco and mvc3. At
Is there any way that I could enjoy a decodeValue() function in PHP, too?
Is there any way that I could embed JFreeChart into Java Servlet with the
Is there any way or are there any elements in WP7 which could be
I would like to know if there is any way that I could build
Is there any way to use Google's API to retrieve a user's current zipcode
Is there any way I could pass an object method instead of a function

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.