开发者

In App Purchase setup for a rejected app

开发者 https://www.devze.com 2022-12-15 22:29 出处:网络
My app was rejected as l needed to use in app purchase for a feature, but l cant seem to get a list of products.

My app was rejected as l needed to use in app purchase for a feature, but l cant seem to get a list of products.

Everything is setup just does not return list of products. Does anyone have a list of steps l n开发者_开发百科eed to do as l am sure its around the setup of the app, certificates etc and not the code

Will also consider paying for feature if need be as well need it asap


When you say "everything is setup" what do you mean? What do you get in your SKProductsRequestDelegate? It gives you a SKProductsResponse which has two properties: products which gives you a list of valid products and invalidProductIdentifiers which lists those that you can't use.

There is a lot of documentation on this. Apple provides a Step-by-Step Guide in the In App Purchase Programming Guide. Other resources that I've found useful are this "Brain Dump" and this thread in the Apple Dev Forums.

0

精彩评论

暂无评论...
验证码 换一张
取 消