Posts

Post not yet marked as solved
2 Replies
860 Views
I have an app which uses the Safari View Controller to launch a website. That website has the fucntionality of downloading attachments. The downloading fucntionality was working differently until iOS 12.4.1 and now in iOS 13, apple has introduced the download manager in Safari.That's fine, but in the app's Safari View Controller, there is no Dnwnload Manager button shown on the top right.I can see another difference between the Safari Browser and Safari View Controller. In Safari, while tapping on the attachment link, a popup is displayed to donwload or view the attachment. But in Safari View Controller, while tapping the same attachment link, its displaying a screen fo "More.." and Open In "AnyApp which handles documents"
Posted Last updated
.
Post not yet marked as solved
0 Replies
347 Views
Hello Everyone, Is there an iTunes API or any Apple API which will provide the latest iOS version in the market and the release date? We have an In-House iOS app where we will have to check the latest iOS version available in the market and its release date. Currently we are maintaining them in our custom database and accessing them thru custom API. Any help will be appreciated!! Thans, Sarayoodharan.K
Posted Last updated
.
Post not yet marked as solved
0 Replies
307 Views
I am developing an in-house app, which will list the user's devices registered to the MDM. I thought it will be cool to show the devices similar to the way its shown in "Find My" app. I mean each device detail will be displayed with the device's model image in the side. So far, I have managed to copy the images of my devices and my colleague's devices from the website - https://www.icloud.com/find/ . Where can we get complete iOS family images?
Posted Last updated
.
Post not yet marked as solved
3 Replies
408 Views
We are trying to migrate from NSURLConnection to URLSession. But for some reason the challenge part in the delegate methods are working differently in these two frameworks. The webservice endpoint server of ours need a SSL cert for trust along with BASIC Auth. In NSURLConnection, I can see that the "NSURLAuthenticationMethodClientCertificate" challenge is requested by the server and the code sends the p12 file and works perfect. But in URLSession, I can see only this challenge is coming thru - "NSURLAuthenticationMethodServerTrust" and even If I send the P12 file for this challenge, i do not get any response. I have mentioned this to my webservice endpoint server.
Posted Last updated
.