iOS Question iStore Debugmode dont find product

kohlenbach

Member
Licensed User
Hi,
first in testflight all works fine. The tester can purchase and restore transactions.

In debug mode the log says : Product not found, Success=false

I created a sandbox user, logged out the App store in the settings.
In settings : developer account , I see SANDBOX-APPLE-ACCOUNT
the correct account.

The explicit ID I use for test is AD-HOC.

What I miss ?
 

kohlenbach

Member
Licensed User
With the development profile I had the same problem. But I found my error.
I have a explicit app id for the store (testflight). The inapp purchases are added for this appid.
For testing I used another explicit id, which was a result of the a wild card app id.

The problem for me starts with :
  • App Id - Create wildcard app id
I think for beginners its better to create an explicit app ID for each app they develop.
Than create different profilestring and certificates for different purposes for this explicit app id.
- store
-developement
- adhoc ....

But this is only my opnion.
But thanks all for helping always.
 
Last edited:
Upvote 0
Top