Skip to content

Commit

Permalink
chore: update example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 28, 2024
1 parent 9559099 commit e292e5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ extension SubscriptionsManager {

if let expirationDate = transaction.expirationDate, product.type == .autoRenewable {
// 更新 EntitlementManager 的 hasPro 属性
hasPro = !isExpirationDate(expirationDate: expirationDate)
hasPro = isExpirationDate(expirationDate: expirationDate)
}
}

Expand Down

0 comments on commit e292e5b

Please sign in to comment.