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.
我的应用程序中有一个模块,我想每天只向用户授予两次访问权限。如果用户超过他们的限制,应用程序将通知他/她。
请给我一个解决方案,我怎样才能以最少的努力并且没有任何服务器端集成来做到这一点?
提前致谢 :)
尝试使用 [NSUserDefaults standardDefaults] 在其中存储一个 count 的键值对,其中 'count' 作为键,'count Value' 作为其值。当用户进入模块时,继续增加这个'count value'