Consider old purchases as full iOS version
This commit is contained in:
parent
ac19a15072
commit
4ebcfc207b
|
@ -250,7 +250,7 @@ public class ProductManager: NSObject {
|
|||
|
||||
// treat former purchases as full versions
|
||||
if buildNumber <= cfg.lastFullVersionBuild {
|
||||
purchasedFeatures.insert(.fullVersion)
|
||||
purchasedFeatures.insert(.fullVersion_iOS)
|
||||
}
|
||||
}
|
||||
if let iapReceipts = receipt.inAppPurchaseReceipts {
|
||||
|
|
Loading…
Reference in New Issue