菜鸟教程小白 发表于 2022-12-12 21:42:52

iOS UIWebView 和 Cookies 存储


                                            <p><p>我使用 Cordova 4、Angular 1.4 和 Ionic 1.3 来制作适用于 Android 和 iOS 的平板电脑应用。</p>

<p>当用户同步数据时,应用打开另一个窗口(<a href="https://github.com/apache/cordova-plugin-inappbrowser" rel="noreferrer noopener nofollow">cordova-plugin-inappbrowser</a>)并显示我们的 SSO 网页。当用户结束连接时,窗口关闭并再次发送同步。</p>

<p>当应用关闭但 iOS 不关闭时,Android 存储 sessioncookie。
用户每次在iOS上打开app,都需要打开window authentificator。</p>

<p>这是一种在 iOS 上存储更长 cookie 的方法吗?</p>

<p>谢谢</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p> <a href="https://github.com/evermeer/EVURLCache" rel="noreferrer noopener nofollow">EVURLCache</a>可以帮到你。</p>
<blockquote>
<p>This is a NSURLCache subclass for handeling all web requests that use
NSURLRequest. (This includes UIWebView)</p>
<p>The EVURLCache is meant for handeling the following caching
strategies:</p>
<ul>
<li>The app has to be functional even if there is no internet connection.</li>
<li>The app has to be functional right after the app has been downloaden
from the app store. (This means that the required content can be
included in the app.)</li>
<li>You do want to be a able to download new/updated
content if it&#39;s available.</li>
</ul>
</blockquote>
<h1>注意:</h1>
<p>支持:<code>iOS 8+</code> <code>OSX 10.9+</code> <code>WOS 2+</code> <code>TVOS 9+</code></p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS UIWebView 和 Cookies 存储,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/38891446/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/38891446/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS UIWebView 和 Cookies 存储