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
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
I read it, increment it by one and save it. Then read it again. It reads 2 instead of 1.
If I repeat step 2, I still get 2.
Rebooting the phone changed nothing.
Does anybody experience something similar?
The text was updated successfully, but these errors were encountered:
harmancode
changed the title
Default integer value is 1. Incrementing and saving do not work.
Incrementing and saving do not work properly
May 24, 2022
I am testing my app on my phone via Xcode 13.3.1.
I
removeAllKeys
upon launch, then set a new integer value for a consumable product.KeychainWrapper.standard.integer(forKey: productIdentifier) ?? 0
Rebooting the phone changed nothing.
Does anybody experience something similar?
The text was updated successfully, but these errors were encountered: