Posts

Post not yet marked as solved
4 Replies
27k Views
Hi All,Currently our users facing below issue during latest version app update. Customers have the Previous APP Version (Say V1.0) installed in their Mobile and when try to update (say V1.1) the new Mobile APP they are getting the below error. <App Name> No Longer Available. The developer has removed this app from the App Store.We're not sure what went wrong. Someone kindly help to understand this issue.Thank in Advance.
Posted Last updated
.
Post not yet marked as solved
1 Replies
2.3k Views
In current project, We are doing migration from UIwebview to WKwebview. Our application designed in such a way, to keep a webview instance in background whenever it is not in use, based on the need basis, we bring the webview to foreground and render it in screen. Even in background we execute some javascript and update few data. This approach worked well in UIWebview so far, but in WKWebview is not working as expected. Problem Statement: When we try to execute some javascript in wkwebview with help of "evaluateJavaScript" method in background, sometimes javascript stopped executing in between, but if we keep webview in foreground, then no issues, same javascript code executing without any issue. Any suggestions to execute Javascript in wkwebview in background will helpful. Thanks.
Posted Last updated
.
Post not yet marked as solved
15 Replies
5.5k Views
On an iPhone 8 Plus with Touch ID, has anyone else noticed that intermittently when blocked on secItemCopyMatching(), the touch ID dialog doesn't come up but the Touch ID system is actually primed and waiting for a fingerprint?At first I thought that a different code path had been taken so that our app's default behavior was bypassed, but then I accidently touched the home button and realized that it was just not bringing up the Touch ID system dialog.What I would end up doing is then requesting the touch Id dialog to come up, but since an app's thread was already blocked on secItemCopyMatching() it would then return errSecAuthFailed.Facing same issue in iOS13.1 Beta 2 & Beta 3. But in Beta 1 i'm not facing this issue.Thanks
Posted Last updated
.
Post not yet marked as solved
0 Replies
812 Views
Currently, we're trying to detect whether device is jailbroken or not. Based on the jailbroken detection, we're blocking user to access app.we tried the methodologies which is metioned in below link and achieved the proper results,https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/jailbreak-detection-methods/But after installing Liberty app through ***** in jailbroke device, all the check got failed and i can successfully open the application.Is apple providing any api's to detect this jailbroke device? Please advice.
Posted Last updated
.