in-app-purchase

iphone - in-app purchase not working.

HI, I am having a strange problem. I am developing iphone application with in-app purchases in it. When i do a release build with Developer provisioning . in-app purchase work fine. but when i do iphone distribution build. in-app purchase stops working ... it always comes in failure .. why is that happening ??? any ideas .. ...

In App Purchase : adding new items for sale

I Just wanna make sure if I got it right, If I want to sell ebooks through my iphone app, I shouldn't bundle them with my application ( because I want to add ebooks for sale from time to time ), they should be put on a separate server, and each time i want to add an ebook, I add its information in itune connect , and the ebook itself is ...

iPhone - In App Purchase ??

I tested in app purchase on my app in SANDBOX, everything works fine and everything is tested. So how do i change my app to start using the real store instead of sandbox? Is that going to change automatically after i submit a new version? ...

In App Purchase open source implementations?

I'm looking in open source implementations on top of the In App Purchase, maybe with the server-side implementation. I know about http://urbanairship.com, but I prefer do it in-house. ...

In-app purchase of credits to be used in external website?

I'm thinking of implementing in-app purchases for my iphone app. My question is whether or not I can implement a credit system. I'd like to allow users of the app to purchase various quantities of credits. The credits would then be stored in a DB for that user's account. The user can then visit a dedicated website for the app and use the...

Purchase/view content from iPhone app OR website

I'm developing a website and a companion iPhone app where users can purchase video content. I'd like to let users buy content from the iPhone app or the website, and then view their purchased content through either medium. My understanding is that the app will be rejected from the App Store unless it uses the StoreKit framework for in-...

In App Purchase finished outside of an iPhone app

I am implementing an in app purchase subscription model. Let's say I have an iPhone 3 user which starts the whole purchase process from my application and then exits the application only to continue and fill his app store credentials outside of my app until he is done with the purchase. How can my app know that the transaction was made...

Game Center API + In-App Purchases API = Two different user accounts for a single app?

Hello. If I have an app that supports Game Center and I'd like to provide Achievements for completing a puzzle pack that's sold as an in-app purchase, how do I sync the iTunes account that's being charged for the in-app purchase with the Game Center user account that's doing the buying? As I understand it, they're two separate user acc...

AppEngine + django: is reliable to rely on both?

I need to create a In-App-Purchase backend for a iPhone App, and think in build it on GAE. However, after my experience in a recent gig in one of the largest GAE customers and reading stuff like this http://www.agmweb.ca/blog/andy/2286/, I wonder if right now is good idea (ie: reliable) to host a django+gae project like this. I expect l...

how to track which purchase associated with a partiular game center user

I am looking for advice on how to associate a purchase with a particular user, (for example, a game center user) basically the user who makes the purchase. The purchase is a consumable item or subscription, so it can't be restored. My overall design using server product delivery mode is largely working, but it doesn't work with some edg...