Skip to main content

InApp purchase doubts [closed]



I am doing a book reder application in iphone





The data is in sqlite,there are five books.





There are five UIButtons with button title as book name. For e.g., book1, book2, book3, book4 ....





If the user wants to read the above books, he should do a payment in iTunes using InApp Payments.





If the payment is correctly done for that particular book, it need the corresponding button to enable for click action,





in default it is disabled.





Is this possible to do a payment only in inapp and get a payment id.





is there any other way for doing the same?


Comments

Popular posts from this blog

Wildcards in a hosts file

I want to setup my local development machine so that any requests for *.local are redirected to localhost . The idea is that as I develop multiple sites, I can just add vhosts to Apache called site1.local , site2.local etc, and have them all resolve to localhost , while Apache serves a different site accordingly.