-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for downloading content hosted by Apple #343
Conversation
Add updatedDownloadsHandler block to be called to process download updates.
…ew download methods
This enables downloads in all purchase paths (completeTransactions, purchaseProduct, restorePurchases)
I've been following this guide to create a In-App Purchase content package to test: My steps so far:
When I try to deliver the selected content, I get this error: So I can't test this. Has anyone managed to upload hosted content to iTunes Connect? |
Actually I use this library with my own hacks to do the same job you are working on, but it is done simple and nasty way. So if you need an assistance to finish this, let me know. I'll be glad to have this thing sorted out as well proper way. |
use iTMSTransporter command to upload your content. |
Implementation for #128.
[SKDownloads]
array on purchase success completion blockupdatedDownloadsHandler
block to subscribe to updated downloads callbacksstart
/pause
/resume
/cancel
calls to manage downloads status