Expected sequence when using iTunes test user

前端 未结 7 2531
梦如初夏
梦如初夏 2020-12-13 07:26

I\'m trying to test in app purchases in our app but I\'m not having any luck. Part of the problem may be due to the expected sequence not being documented anywhere. Here a

7条回答
  •  春和景丽
    2020-12-13 08:13

    It happens when you install your development application over downloaded from App Store. To fix this issue, you need to remove application from the device and install fresh copy using XCode. iOS caches distribution profile somehow and requires production user if the first installation was done through App Store. With no regard what installation method was used recently.

提交回复
热议问题