Get number of active users for an iOS - ios

We are building a custom, company-wide dashboard. Is there a way to get the number of users (through REST API) that downloaded and are actively using our iOS App?
Our app has Fabric integration (seems Fabric will be a part of Firebase soon?), but maybe there are other, better alternatives?

I checked Fabric and Firebase's document, there is no REST API to get activity data from these service. You can get data from their dashboard, the format is csv.
I saw some python library claimed they can do this job, but not sure these library can work or not. You can search "Firebase or Fabric" on PyPi.

Related

Organic Social YouTube API

Currently, we are in the process of building out our database with our data engineers.
We wonder if YouTube provides API for all organic social data?
• If it does have an API connection, what are some of the information we need to provide our data engineers to set up the connection? And is there a step-by-step guide somewhere that we can follow?
• If not, is there a way to set up some sort of scheduled report that automatically sends us reports every day or every week through email?
Haven't tried anything, don't know where to start.

Is there any way to get the number of downloads of my iOS app?

I have been doing R&d for some time and I am trying to make a single platform where I can see all the numbers of downloads of my iOS app. I have gone through the documentation but the way we can see the app statistics is through login and then download the report. I like to do it pro-grammatically without using any third party extensions or packages. Just like for android you can use google storage api here in the docs google cloud storage (API). But is there any way to do the same with iOS apps ? The only API which they have exposed is App store connect API but it gives you results of sales and trends. I am not sure if it tells you also the number of downloads of your app.
Please point me in the right direction. I might be following the wrong path but I have googled a lot and i could not find a direct way to do that without using third party extensions.
Per the documentation for the App Store Connect API, the endpoint GET https://api.appstoreconnect.apple.com/v1/salesReports gives you daily, weekly, monthly, and yearly app sales figures. That's not downloads exactly, since somebody might download your app multiple times in order to install it on multiple devices, reinstall it after deleting it, etc. But it's probably the closest you're going to get without either creating your own analytics system or using a 3rd party one.

How to use Microsoft's ios offline translation API?

If I find the offline translation of the ios system, I have not found any api about the azure ios offline translation on the official website.
It is not currently available for iOS. Seems like it was a feature that was available previously, but it is now limited. Their website doesn't include a section for iOS translation anymore.
I wish I could provide a valid source online but my information comes from several hours on customer service calls with Microsoft Representatives who either told me that (1) the feature doesn't exist, (2) the feature used to exist but they can't find the pages anymore, (3) that the feature never existed and that it will be coming soon to iOS.

AWS iOS SDK: Is it possible long poll or be notified when changes are made to a DynamoDB table?

I am working on an app that requires near realtime updates for a certain table. Is there built in functionality with the current AWS iOS SDK to be notified when changes are made to a DynamoDB table. I've done a little reading and know about the DynamoDB Streams, but I didn't see anything about them when looking through the iOS API reference.
If the functionality doesn't exist in the iOS SDK yet, would it be possible to get the Dynamo shard information into my app from another source (i.e. REST API call)?

Find iOS App Installation Analytics Source

I am trying to capture couple of information.
I have an app on Apple/Google Stores.
I run a campaign on newspapers/web-sites to install the App (for e.g. QR code in newspaper and ads in Web)
Is there a way where I can
1. Find out which QR code was scanned and from which newspaper?
2. Is this information available via App Store Dev Console ? Or if there is any API ?
regards,
Nirav
If you're using a QR code, have it link to your website so you can log analytics and then forward to a store. For different papers, use different QR codes with different links / parameters.
Apple app store doesn't offer any information on where users came from. I think Google app store offers some information on where users came from.
First you should have installed Google Analytics on you application, then connect Google Play to your Google Analytics account.
After that you should generate link which will be then embeeded into you QR Code:
https://developers.google.com/analytics/devguides/collection/android/v2/campaigns?hl=pl#google-play-url-builder
For some more Anlaytics for mobile apps I recommend: http://www.distimo.com/
Regards, Grzegorz

Resources