Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试通过网络搜索并找到了一种将应用内购买布尔变量安全保存在钥匙串中的方法。但我想要的是保存计数,因为用户可以轻松地操纵用户默认值。
您始终可以将您的值转换为 NSString 并将其保存在钥匙串中并在阅读后将其转换回来