robotmedia / RMStore

A lightweight iOS library for In-App Purchases
Apache License 2.0
2.43k stars 450 forks source link

IAP does not work for iOS #142

Open alex-kakashi opened 9 years ago

alex-kakashi commented 9 years ago

My app has just been rejected by apple with the following message.

"We found that your In-App Purchase product/s exhibited one or more bugs, when reviewed on iPad running iOS 8.1.3 and iPhone 5s running iOS 8.1.3, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines."

The build worked in Sandbox mode.

alex-kakashi commented 9 years ago

I'm sure to try the test with iPhone 5s running iOS 8.1.3 is worked.

alex-kakashi commented 9 years ago

And I try with iPad is worked. But I don't understand actually the reason for reject from Apple review team.

radianttap commented 9 years ago

Take a look at Session 305 from WWDC 14. At the end (last real slide), there's a note about the danger of rejecting test receipts when using production certificates. App review uses just such combination.

Maybe you fell victim to that issue.