Posts

Post not yet marked as solved
1 Replies
3.1k Views
I am using WKWebView inside my Swift App for SSO login. Now, SSO session is retained due to cookies saved. In Android there's an option to clear the cache or clear data from their settings Apps. Can I make my iOS App eligible for such a feature? I don't want to give an option inside my Application to clear the cache. is there any external option available which can be used for this inspite of Re-installing the application.
Posted
by JatinGarg.
Last updated
.
Post not yet marked as solved
1 Replies
4.3k Views
Recently I got a crash with KERN_PROTECTION_FAILURE message while testing the TestFlight build. Any idea why this is happening? When this happened I am using a TableView which is kind of a form submission with multiple cell types being reused AppleCrash.crash
Posted
by JatinGarg.
Last updated
.
Post not yet marked as solved
0 Replies
906 Views
I need to perform SSO login using WkWebView and I am not using SFSafariViewController because the URL which I use is a normal web URL and I need to stop loading of next page as soon as I get a ID value in the URL as Query parameter. Now, When I use WKWebView I am unable to logout the previous session saved in WKWebView itself until I manually clear the cache of it. is there any way I can sync Safari and WkWebView sessions, So, if I login in WkWebView I can logout the same from Safari. I have tried using ASWebAuthenticateSession but as I said I need to stop the next page reload. HELP!!!
Posted
by JatinGarg.
Last updated
.
Post not yet marked as solved
0 Replies
432 Views
Hi, I am having a very strange issue in iPhone 6s actually. Few users of my app are reporting for lot of data consumption but same app is working fine with other iPhone models. My App supports upload of some files which sizes in KB (10-20Kb) and very few in 90Kb. Any specific reason for this? Anyone else facing such issue?
Posted
by JatinGarg.
Last updated
.
Post not yet marked as solved
1 Replies
1.9k Views
Hi I am working with Applications which require VOIP functionality. I do have valid VOIP certificates. I have tried sending notifications from the Houston App, Pusher App, Backend service which make use of a PHP Script. But no notification is received in the device. I installed application using Testflight and used the token and also tried the app by installing it directly by the Xcode on a real Device. Running latest OS 14.6 and Xcode, macOS are also updated to the latest. Token is valid, Certs are valid and also installed in the keychain, PEM file are also okay I checked using SSL commands. I also tried creating new certificate also still no positive response. Please suggest.
Posted
by JatinGarg.
Last updated
.