moflo / parse-storyboard

Example of Parse SDK with iOS5 Storyboard with user authentication as described in this blog post
http://blog.fieldforceapp.com/weekend-project-ios5-storyboard-parsecom-hero
MIT License
44 stars 5 forks source link

Purchase credits #2

Open FredvanRijswijk opened 12 years ago

FredvanRijswijk commented 12 years ago

Hi

When you open the account screen and click on 'Buy more credits?' button the app gives the purchase screen and the following alerts: AppStore Error VidPack4 etc and if you click on purchase 1 credit the apps crashed.

Fred

moflo commented 12 years ago

The app was released to the App Store successfully. The errors on App Store items is because you haven't set up your in-app purchases, which may be outside the scope of this demo.

I'll look into the crash, though.

Thanks.

On Mar 21, 2012, at 3:21 AM, C2Kreply@reply.github.com wrote:

Hi

When you open the account screen and click on 'Buy more credits?' button the app gives the purchase screen and the following alerts: AppStore Error VidPack4 etc and if you click on purchase 1 credit the apps crashed.

Fred


Reply to this email directly or view it on GitHub: https://github.com/fieldforceapp/parse-storyboard/issues/2

FredvanRijswijk commented 12 years ago

oke thnx

moflo commented 12 years ago

Cleaned up the Storyboard NIB file, but this is still crashing on "[[ SKPaymentQueue defaultQueue] addPayment:payment]" which I think is expected behavior within the simulator as the StoreKit is not fully supported.

You'll need to test with a fully provisioned set of IAP's and a correct app identifier. Let us know if you find a better way to test the purchase manager.

We'll leave this issue open for now.

On Thu, Mar 22, 2012 at 8:27 AM, C2K < reply@reply.github.com

wrote:

oke thnx


Reply to this email directly or view it on GitHub:

https://github.com/fieldforceapp/parse-storyboard/issues/2#issuecomment-4640612

FredvanRijswijk commented 12 years ago

Will do, thnx

Fred