質問

I'm trying to add in app purchase to my app. According to apple's documentation, I have to implement my own purchase view or related stuff.

And currently in my app, I've used Settings.Bundle to implement the setting items, and I want to add IAP button here, how can I do this?

役に立ちましたか?

解決

You can't, settings is only a fixed set of controls, there's no logic to load, validate and process your purchases. You will have to write your own UI for that.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top