Reasons for SKProductsRequest returning 0 products?

后端 未结 14 2793
粉色の甜心
粉色の甜心 2020-12-25 09:28

I\'m trying to set up IAP but after making a call to retrieve the products using SKProductsRequest the SKProductsResponse array within my delegate has a count of 0. Here\'s

14条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-25 10:25

    I had the same issue...

    I simply change my bundle identifier which does not match with an iTunes bundle identifier.

    And my app runs well :)

提交回复
热议问题