Posts

Post marked as solved
3 Replies
The issue was due to re-using stored key which was generated using another access level policy (whileUnlocked). Since that key persists across app un-installs, it didn't generate a new key with required access level policy (afterFirstUnlock). The fix for it is to just change the label tag to a new one so the key is re-generated.