Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 5 replies, 0 views
Replied In
Cannot perform In-App Purchase
Finally apple has helped to solve the issue on our App.
It is due to having 2 duplicate bundle IDs (aaa.bbb.ccc, aaa.bbb.Ccc) in Apple's system. And when we tries to fetch Product information for aaa.bbb.ccc, it will always return those from aaa.bbb.Ccc instead. Apple has helped remove the aaa.bbb.Ccc, and it is working properly now.
Hope this information will helps to those who have same issue.