Skip to content
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

Merged
merged 8 commits into from
Jan 31, 2018

Commits on Jan 26, 2018

  1. Expose downloads array when a product is purchased.

    Add updatedDownloadsHandler block to be called to process download updates.
    bizz84 committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    c0df52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    469476a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    756e9fe View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Access downloads array from transaction.

    This enables downloads in all purchase paths (completeTransactions, purchaseProduct, restorePurchases)
    bizz84 committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    49bd0dd View commit details
    Browse the repository at this point in the history
  2. Make unit tests compile

    bizz84 committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    9d0694c View commit details
    Browse the repository at this point in the history
  3. Clean up AppDelegate

    bizz84 committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    2dca293 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Update Readme

    bizz84 committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    90a72af View commit details
    Browse the repository at this point in the history
  2. Update changelog

    bizz84 committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    c6c84ea View commit details
    Browse the repository at this point in the history