문제

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