Reset App API
Reset cache, cookies, and local storage of your iOS WebView app with a single link or JavaScript call.
In certain cases, resetting the app to its initial settings (by clearing cookies and cache) can be necessary to restore optimal performance. The Reset App API provides a straightforward way to initiate this reset.
Usage:
To reset the app data, simply use the following link within your app:
<a href="reset://">Reset App Link</a>
This link will:
- Clear all cookies
- Clear cached data
Testing the Reset Functionality:
To test this feature, add the following demo URL to your WebViewGold app: https://www.onlineappcreator.com/reset_test.html
Note: Use the reset functionality sensibly, as it will clear user data related to cookies and cache, which could impact saved settings or session data, including logging users out of active sessions.