iOS Question Webview not loading specific https on app store

Yvon Steinthal

Active Member
Licensed User
Longtime User
Hi,

I have a simple webview loading an https url from one server. It works well on Debug / Release and even on the app store.

Once i change the url to a different server, everything works in Release / Debug, but once it reaches the app store, it doesnt work anymore. (the url just won't load anymore)

We have checked the SSL, the working one is with GoDaddy and the not working one is with Comodo RSA.

I have no idea if thats the problem and any kind of lead would be greatly appreciated.

Thanks

Y.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

Yvon Steinthal

Active Member
Licensed User
Longtime User
Awesome tool, thank you for that, we can see that there's a TIC TCP Conn fail....

ATSEnabled is not specified in my code as i think it was postponed? i only have the basics in my Region Project Attributes:

Including just two PlistExtra:

B4X:
#PlistExtra:<key>NSCameraUsageDescription</key><string>Taking a photo and attach to the task.</string>
#PlistExtra:<key>NSPhotoLibraryUsageDescription</key><string>Select your photo.</string>
 
Upvote 0

Yvon Steinthal

Active Member
Licensed User
Longtime User
So ATSEnabled being disabled is not my issue.

TLS for both server is at 1.0 and my current ipad version is 10.3.3
 
Upvote 0

Yvon Steinthal

Active Member
Licensed User
Longtime User
After testing the app on 2 other ipads and one iphone. We figured there was a problem only with the developping ipad.
The other devices showed the app perfectly. We are completely at a loss. We restarted the device, cleared the cache, re-installed the app numerous times... is there anyway to clear the cache from the webview programatically?

Thanks.

Y.
 
Upvote 0
Top