mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-20 23:02:14 +00:00
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
Block a user