Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have tested in app purchase for a long time.
For testing in app purchase I have use TEST USER that I have crated in iTunes Conect.
But now when I try to sign in with my TEST USER account I get this message (before this message not appear)
So, this means that I have to enter all info about myself (bank account and etc). But I think for test user this items not needed.
Thanks for help!
This often happens if you accidentally attempt to purchase real content with a test user. Try defining a new test user and deleting the old one.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
Is there anyway to get notified when a user posts a review of your app in the app store? E.g. it would be nice to get an email every time a new review of my app is posted.
It seems as though you do not want to log into itunesconnect and look for reviews every day. Try signing up for a service like appannie.com It is free and they send you a daily email with downloads from the previous day and any new reviews that you have received.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Is there a way that I can purchase a non-consumable item more than once?
Right now I purchase it but I cannot purchase it more than once. All I am adding is the ability to purchase a "slot" once the user needs it. The slot just holds more information but is not needed in the app.
Thanks for all help!
Assuming this is actually a programming question, the answer is no. A non-consumable can only be purchased once. And this is across the user's devices too.
To allow a user to purchase something more than once you need to use a consumable product.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Does it go against any sort of TOS with apple if you display ads in a free app, when that app requires an outside subscription service? Like netflix.
This isn't totally a programming questions, so if no one knows, or doesn't want to answer, is there a site or location I could go to in order to find out?
Apple has no restrictions against ads in free applications. There are several ad-supported apps which exist.
However, using location data of the user for advertising might lead to the app not being approved.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Can i create app that the user can't delete without iTunes id or password?
Can i create app that the user can't cancel to background with home button without iTunes id or password?
Thanks in advance
No and No. The philosophy is that the user should always feel in control of their apps. You can only prevent app deletion on a device-by-device basis (using the device settings).
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I need to get UDIDs of devices on which inApps from my app were made. Is it possible from iTunes connect or thru any API for developers?
Apple will not give you this information. The way they provide is to retrieve previous transactions made by the user on the current iTunes account. Apple would very much not like it if you were trying to limit the validity of the purchases to the devices not the user. You could have some analytics (flurry, google...) that keeps tracks this information but it is not usual practice, you should not attempt to identify individual users when building statistics on your app's usage.