I implemented in App Purchase in one of the existing applications, it works fine. But the problem is that whenever I click on any of the blocked functions (where I implemented the application code), it shows me a message with a header, for example
"Confirm your in-app purchase"
and message
"Do you want to buy one xxx function for $ xxx?" and
Cancel "/" Buy "UIButtons.
I do not install any of these messages in the code, so I do not know where this text is from, and how to change this message with
"This feature is locked. Do you want to buy this feature and unlock it?"
source
share