Track user new downloads and updated on App Store - ios

I know I can check sales & trends using itunes Connect. is the figure there only for new downloads or for users that updates the app as well ? How to know users new users (new download) or existing user (update app) ?

Go to sales and trends at ItunesConnect.
At the top, there's Add Filters. From Filters drop down, you will see "Transaction Type".
When you click it, it will show all the categories, Free, Paid, Updates, Redownload etc.

You can use new feature on ITC for this:
Go to ITC -> App Analytics -> select_app -> Metrics -> Paying users
It will show the users data in a particular date range.

Related

How to change the button on the app store to say GET instead of the price? (Allow user to create account before IAP)

I just launched my first app on the IOS App Store:) I noticed that the newly released app page on the app store is requiring users to purchase the app before downloading it, how do I change the set up in app store connect to allow users to download the app before purchasing their subscription?
So right now the button where it supposed to say GET is just showing the price of the app and requiring users to purchase. Is it something i'm missing on the Pricing and Availability tab, maybe does it need to include a free option there? Any advice would be much appreciated as I can't seem to find any info on this.
Set the price to zero (i.e. move it to the free tier) on the Pricing and Availability tab in App Store Connect and the button will say "GET", so the users will be able to download the app for free.
This however will not automatically mean that your users will be able to make in-app purchases in your app, you have to configure IAP products separately (and submit them for review alongside an application build for the first time) and write code to handle the purchases as well as to provide a UI that enables that.

How to publish iOS app for Zambia country from app store

I am not able to see the Zambia in territory list while publishing the all from app store. How can I make accessible my app to Zambian people
Not all countries in the world have their own App Store territory. You can find the most current list in the official docs here: https://help.apple.com/app-store-connect/#/dev997f9cf7c
There currently is no territory called "Zambia".
"Zambia" territory is not available in the list, But if you want to allow access to some specific territory then you can do using the following steps.
Goto iTunes Account -> Select "MyApps" -> select your app -> tap on "App Store" tab -> Select "Pricing and Availability" -> select price first as 0(zero) OR as you wish (then enable option to select territory) -> scroll down to Availability click on "Edit". (then select territory and save it)
As of March 2020, App Store expanded to an additional 2 regions including Zambia. You can read more from the developer portal

iOS: Can I offer an in app purchase as free for a period of time?

I'm close to uploading my next app. And during the first month I would like to offer one of my in app purchases as "pre-installed" to get enough downloads. I mean it should be as if the user already bought it. Is there a way to do this? After the first month new users should need to pay for it but existing users still should have it free.
You can do this in iTunes Connect. You will have to create an in-app purchase for your unlock. You can then increase/decrease the price for a certain amount of time. Go to the in-app-ourchase in iTunes Connect and click the Edit button.

Select a frequency/intensity level for each Apple content description iTunes Connect error

I have uploaded my one app in Apple Store, its live. Now i need to send metadata for the new version of the same app. But before uploading new binary for second version, i need to change large app icon (1024x1024). Currently my new version app status is "Prepare for Upload" and first version app status is "Ready for sale" on iTunes connect. Now after clicking on edit option in Version Information section. I have changed the app large logo successfully..but when i am clicking on save button then its not saving properly, and i am getting below error :
Select a frequency/intensity level for each Apple content description.
I have checked this link also : How do you change the app store's large icon on iTunes connect?
I think this error related to Ratings, i have given all the ratings of Apple content description as None (Total 4+ Ratings). Please help me to solve this error. I have attached screenshot for reference.. Thanks
If you couldn't find edit button for age rating like me in the app information page, It is in the preparing for submission page.
The alert indicates you have not filled all the Rating - Apple Content Descriptions which is below in your screenshot.
Let's go quick to the answer you need and then to the explanation. When you update your app, you have to check some checkboxes that are not by default:
As you can see in the image, my app has three rating fields that are empty: Medical / Treatment information, Unrestricted Web Access and Gambling and Contests.
You should check those for your app.
Now for the longer explanation:
In the case that you have filled all data, then I recommend to switch to another Internet browser, since it could also be a problem with processing the data you are submitting.
By the way, Apple changed the section. You may have received an e-mail:
There have been several recent changes that may impact the content rating of your apps. These changes give users more information about your apps and help ensure legal compliance.
New App Content Descriptions
You can now use the following descriptions: Medical/Treatment Information, Gambling and Contests, and Unrestricted Web Access (for apps that permit navigating and viewing web pages, for example with an embedded browser).
Update to Territory-Specific Restrictions Based on Rating
Territory-specific restrictions in the Korea, Brazil, United Arab Emirates, and Saudi Arabia App Stores have changed. You can see the current rating and territory restrictions for your apps in Manage Your Apps on iTunes Connect.
New Rating System for the Brazil App Store
In case you had difficulty finding the ratings section in the new iTunes Connect:
In the new iTunes Connect (2014) under the versions tab, scroll down to General App Information where you will see a small section titled Rating with a blue button titled edit. Tapping this button will bring up the Ratings section where you must make sure all fields are check-boxed. See attached screenshot
As described in the alert (Red text), make sure you have selected either of the options for all Content Descriptions.
Go to General -> App Information -> General App Information -> Age Rating -> Edit

Is it possible to automatically download the current pricing matrix from iTunes connect?

Is it possible to automatically download the current pricing matrix from iTunes connect?
I'm talking about the table of pricing tiers that shows you their value in various currencies. You can see it on the iTunes connect site when you're selecting a pricing tier for an app (or in app purchase).
Aside from manually copy and pasting from iTunes connect, or writing my own scraping code, is there an existing solution to get the most recent version of that table in a form that I can work with from code?
Discovered here
Log in to iTunes Connect and then visit this link, replacing [app-id] with an id from one of your apps.
https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/[app-id]/pricing/matrix
This is not an official public API and may change, but it is currently working.

Resources