How and why should I use the 'In-App Purchase Content' template within Xcode?
Asked Answered
E

2

7

I'm wanting to develop an application that will have in-app purchasing ability for non-consumable features/upgrades. After reading through a few documents today, this looks pretty easy.

While looking through the available Xcode iOS templates, I saw that there is a template called "In-App Purchase Content".

I've tried to google this thing but I can't find the point of the template, nor how to implement it.

What is the templates purpose and how can I use this template to my advantage?

Ether answered 12/9, 2012 at 21:3 Comment(1)
I wwanted to bump this question. I've received an answer but since it doesn't include any references, I'm still a bit confused. Can someone provide a bit of clarity? Thank you.Ether
S
6

In-App Purchasing Resources

I know this is an old question but I am providing an answer because the information is still relevant and still difficult to locate. The template does allow one to submit content that will be stored on the Apple app store. There is no Apple documentation on it's use but Techotopia has a nice tutorial for using this template. Apple has a technical note on adding in-app purchases. The in-app programming guide is also available.

Saprogenic answered 27/11, 2013 at 6:28 Comment(2)
Thank you Tommie. Believe it or not, I've been hoping someone would answer this.Ether
@Ether - Thanks for asking the question, it just so happens I needed to find the answer as well. Cheers! :)Saprogenic
S
0

You can have Apple host your In-app purchase content for you. The template uses a new target for In App Purchase content which you can use to validate/submit said content to the store via the Organizer.

Sirup answered 12/9, 2012 at 21:47 Comment(2)
Thanks. Would you happen to have a reference for more specific details?Ether
This my primary source for instructions on using the Built-In Xcode method of submitting in-app purchases. I can verify that this works, as I have tried it as of 10/29/13. docs.xamarin.com/guides/ios/platform_features/…Personage

© 2022 - 2024 — McMap. All rights reserved.