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.
アプリにモジュールがあり、ユーザーに 1 日 2 回だけアクセスを許可したい。ユーザーが制限を超えた場合、アプリはユーザーに通知します。
解決策を教えてください。サーバー側の統合なしで、最小限の労力でそれを行うにはどうすればよいですか?
前もって感謝します :)
[NSUserDefaults standardDefaults] を使用して、「count」をキーとし、「count Value」をその値として、count のキーと値のペアを格納してみてください。ユーザーがモジュールに入ると、この「count value」をインクリメントし続けます。