Fix downloading free apps

This commit is contained in:
Andrew Naylor 2016-09-15 01:40:55 +01:00
parent 9c6ae2f311
commit e7750c4637

View file

@ -11,7 +11,7 @@ typealias SSPurchaseCompletion = (purchase: SSPurchase!, completed: Bool, error:
extension SSPurchase {
convenience init(adamId: UInt64, account: ISStoreAccount) {
self.init()
self.buyParameters = "productType=C&price=0&salableAdamId=\(adamId)&pricingParameters=STDRDL"
self.buyParameters = "productType=C&price=0&salableAdamId=\(adamId)&pricingParameters=STDRDL&pg=default&appExtVrsId=0"
self.itemIdentifier = adamId
self.accountIdentifier = account.dsID
self.appleID = account.identifier