ios7 - In App Purchase not working on Xcode 5, iOS 7 simulator -


it appears in app purchase on simulator has again been broken. able submit skproduct, never appropriate callback.

any insight others great...

[[skpaymentqueue defaultqueue] addtransactionobserver:self]; [[skpaymentqueue defaultqueue] addpayment:skpayment]; 

no response observer delegate callback.

according release notes xcode 5.0:

storekit (in-app purchases) not work in simulator. 13962338

https://developer.apple.com/library/prerelease/ios/releasenotes/developertools/rn-xcode/index.html#//apple_ref/doc/uid/tp40001051

the simulator documentation doesn't list storekit being 1 of api's not available maybe temporary?

https://developer.apple.com/library/ios/documentation/ides/conceptual/ios_simulator_guide/testingontheiossimulator/testingontheiossimulator.html#//apple_ref/doc/uid/tp40012848-ch4-sw15


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -