I've got a problems with in-app purchases with using MKStoreKit. What already done:
MKStoreKit.sharedKit().startProductRequest()
NSNotificationCenter.defaultCenter().addObserverForName(kMKStoreKitProductsAvailableNotification, object: nil, queue: NSOperationQueue()) { (note) -> Void in
println("products available : \(MKStoreKit.sharedKit().availableProducts)")
}
what I see in console:
Invalid Product IDs: ( "com.company.appName.inAppPurchaseId" )
products available : []
what I have missed?
Have you taken a look at this: NSUbiquitousKeyValueStore and In-App-Purchase
If you still have questions or problems you should take a look at video tutorial on Udemy.com. It covers everything you need to know about implementing MKStorekit into your app: http://www.udemy.com/how-to-add-in-app-purchases-to-your-iphone-app-the-easy-way/