0
votes
0answers
22 views

In App Purchase Product Request Not Working

I am trying to add some in app purchases to my ios app. Everything is done but i can't seem to get these iap to work. I lifted some code off of a tutorial wedsite and it seems to work on that project ...
0
votes
0answers
15 views

ItuneConnect IAP Rejected For Language

I am creating a game with in app purchases and apple has reject the language portion of my iap submit-able. I wanted to know what is wrong with this. http://imgur.com/hvsQDpr Everything looks good, ...
0
votes
3answers
85 views

Adding another IAP to already approved iOS app

I have an iOS app in the appstore, with one non-consumable IAP (a downloadable magazine issue), both approved. I need to add another non-consumable IAP (another magazine issue) to the app, but want ...
0
votes
1answer
57 views

iOS: restored transactions continue to arrive in sandbox

I’m on the itunes sandbox environment testing in app purchase. I use a test user created in itunes connect and the purchasing code is working fine. Now I’m testing the restore transaction. This is ...
0
votes
0answers
27 views

There is no “Hosting Content with Apple” section on iTunes Connect

I create a new IAP item this way: click "Manage In-App Purchases" click "Create New" Select "Non-Consumable" The section "Hosting Content with Apple" is not present for that app, or any of my apps ...
0
votes
1answer
184 views

Do I need to create a separate IAP for every iOS newsstand issue?

I need to support the purchase of single issues within an iOS newsstand app (and not just a free or paid subscription). Do I need to manually create a new IAP in iTunesConnect for every single issue, ...
0
votes
2answers
157 views

Is it possible for App Store not to convert USD to local currency? [closed]

i have an app that has IAP. its 0.99 $. but app store converts usd to local currency. i dont want it to e converted. i checked the itunesconnect. but i didnt find anything for fixing price to USD. is ...
0
votes
0answers
89 views

Why does my iOS app's IAP type only have one “Free Subscription” selection? [closed]

By the Title ,in my itunes connect, I want to create new IAP, but only one type can be selected. My app's type is utility.
0
votes
1answer
43 views

How to serve up specific IAP when user downloads app

If we market specific in-app-purchase content to people who don't have our app, what is the best way to facilitate the consumer gaining access to that IAP, if they respond to that particular marketing ...
0
votes
0answers
95 views

IAP product in review status cannot delete

My app was rejected by apple again, I really don't know how to solve the problem. I created some IAP products to test in-app-purchase functionality when developed application, finally we decides no ...
1
vote
0answers
32 views

Keeping track of purchases on server my rather than iTunesConnect

I'm developing an app, where there are over 700+ potential purchases. My question is about best practices: What I wanted to do is setup a single tier1 key on iTunesConnect and reuse the same key for ...
1
vote
1answer
131 views

ids in one app using in-app purchase

Please, tell me, how many IDs in one app I can create? only 10 000? or 10000 for one IAP? I'd like to make at least 3 in-app purchases in my application. and we have a great number of content for sell ...
2
votes
1answer
126 views

Will a live app that currently does not have IAP be affected if I add an IAP in iTC?

To clarify, I currently have a live app that does not implement in app purchases. Assuming I don't update the app in any way, does creating a new IAP in iTunes Connect affect my end users in any way? ...
1
vote
1answer
295 views

iTunes Connect In-App-Purchase multiple apps

We have two targets from the same code. Reason is to be able to localize the icon in the app store and on the device. They have different App IDs, but we was hoping to use the same IAPs for both. We ...