ios - Invalid IAP product identifiers -


i understand that, in-app purchases, make request store, , app loads ui, , user taps "buy" , makes purchase, , app delivers it.

this question first step: making request.

for game, i'm making iap remove advertisements $1.00.

my confusion lies in product identifier. can't use bundle id in scenario, because contains hyphens. put? reverse domain? alphanumeric identifier?

i tried using noads in both itunes connect , code, returns invalid.

would use com.example.noads?

some other information related predicament:

  • i'm testing on iphone 6. signed out of "itunes , app store." (screenshot below) screenshot
  • i use same thing between code , itunes connect.
  • i have test account. think sign when make purchase.

make sure sales contracts in effect. kept returning identifiers invalid until set up.


Comments

Popular posts from this blog

python - How to create jsonb index using GIN on SQLAlchemy? -

PHP DOM loadHTML() method unusual warning -

c# - TransactionScope not rolling back although no complete() is called -