Posts

Post not yet marked as solved
0 Replies
183 Views
Hi there, I was wondering if there is any way to programmatically disable predictive keyboard on a UITextView / UITextField ? I know we can disable it via an OS setting, but I want to do it only in my application for a few fields. Thanks a lot
Posted Last updated
.
Post not yet marked as solved
1 Replies
494 Views
Hi, I just have a question about the APNS Binary API EoL. I know it's expected for March 31st, but do we have the exact time of deprecation (+ Time zone) ? Thanks a lot
Posted Last updated
.
Post not yet marked as solved
4 Replies
669 Views
Hi, I have a small question about the APNS1 deprecation that will happen on March 31st. I just want to clarify on what will be deprecated. Only the binary protocol will be deprecated, but we'll still be able to user the certificates based authentication, right ? Thanks a lot for clarification
Posted Last updated
.
Post not yet marked as solved
0 Replies
339 Views
Hi,I have a question about NSURLContentAccessDateKey / URLResourceKey. contentAccessDateKey usage.As far as I understand, this attribute can be used to retrieved last access date to a file on iOS.But I wonder if it is my responsability to update this property each time I open the file, or if it is maintened by the system, when accessing file throught FileManager APIs for example.As the documentation state, this property was readonly prior iOS 11, so how did it work before ? Does it mean prior iOS 11, iOS did update itself the property, and since iOS 11, we need to maintain it ?https://developer.apple.com/documentation/foundation/urlresourcekey/1408314-contentaccessdatekeyThanks for your help
Posted Last updated
.