Questions tagged [iap-hosted-content]

With In-App-Purchase on iOS, Apple provide a service for hosting content to show when a user has bought an In-App-Purchase

28 questions
1
vote
2 answers

iOS: How to upload Apple Hosted content to In-app purchase in itunesconnect

I have Non-Consumable Purchase and want to host it with Apple. It like a book, that contains from images and manages with JSON. How can I upload it?
1
vote
2 answers

IAP - Hosted Content - Asset Catalog Compiler Error - The output directory ".../.../..." does not exits

I have an app which is 50MB+ in size. It is filled with image sets. Since the app has IAP I would like to download image sets on demand (when the user buys one image set). In order to do that I am trying to use apple's hosted content option. I…
1
vote
0 answers

In-app purchase - different versions

I would like to add an in-app purchase with downloadable content hosted on Apple servers to my app. This purchase with its content will be updated with every new version of the app. The updated purchase will work only with the latest app version. In…
andron
  • 307
  • 1
  • 11
1
vote
1 answer

What are the benefits of hosted content for in app purchase?

With iOS 6, Apple provides free hosted content for in-app purchase using StoreKit. I would like to understand the benefits of this, especially in terms of security! If I have a pack of images to unlock, I can choose to host the images directly in…
Ch Hnsn
  • 107
  • 6
1
vote
1 answer

SKDownload not working in sandbox

I'm trying to download content for an IAP, but it fails after a few calls to "paymentQueue:updatedDownloads:" method. The first two calls to this method show that the download is in the SKDownloadStateActive state with a progress of 0%. The third…
Brandon
  • 2,886
  • 3
  • 29
  • 44
1
vote
0 answers

In app Purchase Apple hosted content - How to load nib from downloaded pkg file

I have following file structure in my hosted content, after extracting every possible archive in the way. My hosted content was originally a pkg file which was uploaded to Apple, and after extracting it converts to the above structure. My in-app…
Nirav Bhatt
  • 6,940
  • 5
  • 45
  • 89
0
votes
1 answer

How do I make an iOS Swift "In App Purchases" Hosted Content pkg file for a text file with a sentence that should be embedded in a view controller?

How do I make an iOS Swift "In App Purchases" Hosted Content pkg file for a text file with a sentence that should be embedded in a view controller The product that is being sold is basically a sentence of about 10 words or so. I would like to store…
0
votes
2 answers

cc.fovea.plugins.inapppurchase hosted content download

I use cc.fovea.plugins.inapppurchase, everything works fine except I do not know how to download the hosted content from Apple Server. In the example I did not find any function for downloading the hosted content. Is it possible or not ? Thank you !
0
votes
0 answers

Transaction isn't being completed

I want the payment transaction to complete once the download transaction has completed but when the download finishes for some reason the transaction state is not completed. Do i have to put the payment transaction back in the queue after the…
4GetFullOf
  • 1,738
  • 4
  • 22
  • 47
0
votes
1 answer

In-App to unlock other In-Apps with hosted content (iOS)

I'm working on an app where there are many in-apps with apple hosted content. I want to have an "Unlock All" in-app that will allow user to get other existing & future in-apps for free. How would I set this up? I can only think one idea: When user…
Coolant
  • 448
  • 6
  • 13
0
votes
1 answer

In App Purchase - Hosted content version and download iOS

I have a question regarding the hosted content package in apple site. My app version is 1.0 and hosted content version is also 1.0. If user is downloading app and making in-app purchase then he will get 1.0 version of hosted content package. If…
0
votes
1 answer

Does IAP completes when download fails in IAP Hosted Content?

I am using the new hosted content option in iOS6. My question is - Does Apple charge the user even if the download fails ? Or in other words do I need to let the user repurchase the product or just download it again ? Thanks Shani
shannoga
  • 19,649
  • 20
  • 104
  • 169
-3
votes
1 answer

Can I sell downloadable content as part of Android and iOS in-app purchases?

I have to create an application for iOS and Android, from which I can buy some "items". I don't understand how the in-app purchase work; can I buy and download the content I already paid for? Or can I buy just the unlocking of internal content…
1
2