iphone - 如果 20 分钟未触摸应用程序,则注销用户
<p><p>如果登录用户在 20 分钟内没有在应用程序上执行任何操作,我想从 ipad 应用程序中注销。我怎么能做到这一点。我试过了</p>
<pre><code>- (void)applicationWillResignActive:(UIApplication *)application
</code></pre>
<p>这个方法但是没有成功。</p>
<p>附加信息:
我不想终止,只想调用一个方法,我将在其中编写代码以注销。 </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>使用设置为 20 分钟的 <code>NSTImer</code> 和注销方法的目标,并在每次有事件时重置它。</p>
<pre><code>+ (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)seconds target:(id)target selector:(SEL)aSelector userInfo:(id)userInfo repeats:(BOOL)repeats
</code></pre></p>
<p style="font-size: 20px;">关于iphone - 如果 20 分钟未触摸应用程序,则注销用户,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/8385242/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/8385242/
</a>
</p>
页:
[1]