adding new in-app purchase token to app not showing up in devel run

okay, the status: existing app, added new in-app purchase feature, (app previously had in-app features), regenerated the devel provis profile and built with it, logged out of itunes on the device, logged in to the in-app store using a fresh test account in the app (sandbox)


the old in-app purchase tokens showed up in my debug code, but not the new one


do new in-app tokens need to be approved by apple first before developing with them?

okay i got it

you have to add the new product identifier to the set of tokens that is requested from the store.

it doesnt just return a list of all of them (at least in this code).

adding new in-app purchase token to app not showing up in devel run
 
 
Q