Reputation: 625
I want to use test code from another developer. I changed the bundle id of the project and setup all code signing identity and provision profiles. But still cannot see purchase data in app (price, description etc.). I think the issue is that I use my provision profiles with my bundle id. But purchases registered for another bundle id (of example, my bundle id is com.self.edu, purchases id is com.another.testapp.purchase1). So I must use only purchases only with correct bundle id (in example I must use bundle id something like com.another.testapp)?
Upvotes: 0
Views: 80
Reputation: 7584
You have to use the bundle Id for which the IAPs have been established on iTunes Connect.
Upvotes: 1