I have an app uploaded on apple store, I need to check how many % of users using my app have ios5/6/6.1/7 installed. One can check the statistics for Android on Google store, how do we do it for Apple !
2
There are 2 best solutions below
0
troppoli
On
Though there are tons of analytics libs like Flurry out there it sounds like you're looking for something that might help out with what you have live on the store. If your app has any web page viewing, like a "products" page. You can see the browser/os/device stats by instrumenting the site with google analytics.
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in IOS5
- Best Way to add a tabbarController in a UIviewController which have a navigation controller?
- self concept ,if i use self in class method not in instance method
- Core data performance on ios 5
- search bar with table view in ios
- Is it possible to create in app purchase for local notifications in ios?
- Perform some action depending upon the text in the inbox of iPhone
- Issue with auto rotation
- Xcode 5 : Different screen sized iPhones Autolayout views resizing issue
- Augmented reality - move object across overlay
- How to move the curstor to a selected UIText Field in IOS Programming?
- UIImageview disappears while roating the device
- return an undefined value with forge.prefs
- Difference in deprecation status for UIImage method stretchableImageWithLeftCapWidth:topCapHeight: in doc and header file
- How to get Facebook Page News Feeds only but Without FaceBook Login in iOS 5?
- using multithreading to log in in iphone?
Related Questions in IOS6
- How do I change the height of UITextField height based on device using AutoLayout and IB
- Is there any way to store my app data (Sqlite) locally and i can access that data after my app is deleted or reinstalled?
- Text in an Attributed UITextView isn't formatted on iOS6
- App crash before didFinishLaunchingWithOptions in ios 6
- UIWebview in iOS 6 - To load the content using loadData method
- CLLocationManager startUpdatingLocation not working in application:didFinishLaunchingWithOptions:
- How to stop support of old iOS
- App Rejection on Restoring Non-Renewable subscription on iOS 6 app
- iPhone NSURLSessionTask does not work on iOS 6
- erase drawing that is saved to another image view Xcode
- How to find is this first time player registering / playing game?
- Location manager stops updating after 1 hour
- Create NSAttributedString from RTF Text File in iOS 6
- Can an iOS app answer a phone call?
- CGFontGetGlyphAdvances crash on jailbreak devices because of system font
Related Questions in STATISTICS
- How do I code a Mixed effects model for abalone growth in Aquaculture nutrition with nested individuals
- Normally Distributed Z score
- R sensitivity package (fast99)
- How to write conditional probability in Python?
- Skewness in SPSS - SPSS answers differently in multiple PC
- Memory-efficient Benjamini-Hochberg FDR correction using numpy/h5py
- Google Analytics Cohort data doesn't make sense
- Detect patterns in data set
- Elasticsearch date histogram aggregation includes more than one bucket per month
- Calculate variance in bash
- How to compute relative difference in a circular domain (weekday) in R
- Draw geom_smooth only for fits that are significant
- How to apply Chisq.test on levels of different categorical variables?
- awk - count number of occurences for a field in a line containing another specific field
- Can't use scipy stats function on nested list
Related Questions in IOS6.1
- Autolayout issue with iOS 8.1.3
- Display screen for iOS6 and iOS7 in simulator is different
- *** Assertion failure in -[id<MKAnnotationView> layoutSublayersOfLayer:], /SourceCache/UIKit_Sim/UIKit-2380.17/UIView.m:5776
- App not creating a sqlite database
- Thread 1: EXC_BREAKPOINT (code=EXC_I386_BPT, subcode=0x0)
- UITextView xib loses formatting in IOS 5.1
- Trying to deploy to iPhone 5 with iOS 6 SDK, on XCode 4.2
- -[CFString intValue]: message sent to deallocated instance 0xa3a2610
- Storyboard app run on iOS 7 OK but Navbar shift view on iOS 6.1
- How to print PDF file already opened in QLPreviewController using print button?
- Black strip on top despite statusBarHidden
- Statistics for IOS app
- How to Detetct Audio Jack is Plugged/not in my iPhone/iPad?
- Redirected URL in UIWebview not loading images
- Existing iOS 6.x project and iOS 7 with XCode 5.x
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You would need to POST
[UIDevice currentDevice].systemVersionto aREST apiof some sort as Apple doesn't supply those statistics