You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ Apple introducing subscription promotional offer in iOS 12.2, it would help us winning back lapsed subscribers or retaining current subscribers, but SwiftyStoreKit hasn't support it yet. I can't pass a parameter with the type of SKPaymentDiscount to the api purchaseProduct(_ productId: String, quantity: Int = 1, atomically: Bool = true, applicationUsername: String = "", simulatesAskToBuyInSandbox: Bool = false, completion: @escaping (PurchaseResult) -> Void). I must realize another purchase process api via StoreKit to implement subscription promotional offer instead of apply the api in SwiftyStoreKit, It is weird.
What did you expect to happen
ℹ Please append the parameter paymentDiscount in purchaseProduct(_ productId:String, ... api and make subscription promotional offer available.
The text was updated successfully, but these errors were encountered:
Thank you for your contribution! This enhancement was previously requested in issue #458, and fixed in PR #499. Closing as a duplicate -> stay tuned at the aforementioned issues for updates!
Platform
In app purchase type
Environment
Version
ℹ 0.15.0
Related issues
ℹ nil
Report
Issue summary
ℹ Apple introducing subscription promotional offer in iOS 12.2, it would help us winning back lapsed subscribers or retaining current subscribers, but
SwiftyStoreKit
hasn't support it yet. I can't pass a parameter with the type ofSKPaymentDiscount
to the apipurchaseProduct(_ productId: String, quantity: Int = 1, atomically: Bool = true, applicationUsername: String = "", simulatesAskToBuyInSandbox: Bool = false, completion: @escaping (PurchaseResult) -> Void)
. I must realize another purchase process api viaStoreKit
to implement subscription promotional offer instead of apply the api inSwiftyStoreKi
t, It is weird.What did you expect to happen
ℹ Please append the parameter
paymentDiscount
inpurchaseProduct(_ productId:String, ...
api and makesubscription promotional offer
available.The text was updated successfully, but these errors were encountered: