I Have a strange problem with iphone in app purchase! i created a product in the ituneconnect and then (using MKstorekit) i bought the product in sandbox environment .. and everything went will the first time… i removed the app from the device and created another test account.
and i found in the debugger mode that it sees the product as already purchased !!
tried everything from cleaning the project and all the tricks for the cache problems.. but still the problem occure .. is that normal?? or i’m doing something wrong?
please advice
I fount the solution..
in app delegate i have to call
in MKStoreManager, call it once at beginning, and then remove it from code, you don’t want to accidently leave that on release :S