Posts

Post not yet marked as solved
1 Replies
250 Views
I created one application using Websocket when TLS version was 1.2 connection establishment working fine but when server team update TLS1.2 to TLS1.3 due to security enhancement in my project i am getting SSL Handshake fails with code 9836. and NSOSStatusErrorDomain with code 9836. here is my info.plist NSAppTransportSecurity NSAllowsArbitraryLoads NSExceptionDomains myserver.com NSIncludesSubdomains NSExceptionMinimumTLSVersion TLSv1.3 So my query here is that even if we specify TLSv1.3 for myserver.com as: NSExceptionMinimumTLSVersion TLSv1.3 we want to restrict only to TLS1.3, even if my request fails, how to achieve this?
Posted Last updated
.
Post not yet marked as solved
3 Replies
12k Views
I need to prevent screen capture by users of my app, for security reasons. The contents I display are confidential and should not be copied onto the device.
Posted Last updated
.
Post not yet marked as solved
0 Replies
607 Views
Hi Developer Team, I am using firebase push notification, added custom sound for pay load but i am receiving,I am always receiving default sound.So let me know any new change's in aps format Thanks, M.Murali
Posted Last updated
.