Posts

Post marked as solved
2 Replies
864 Views
We are an IRM company and we provide data security by controlling usage of documents like viewing, printing, editing within applications like MS Office etc. We also encrypt documents and must decrypt the document before the applications like MS Office etc reads the document. Our code must be present inside the application/process in order to achieve this. As now apple is becoming strict by introducing Runtime hardening & deprecating KEXT. Is apple planning to provide relevant API's to cater need of such kind of businesses? And if not, will apple continue support for KEXT till then? What are future planning and timelines for it?
Posted Last updated
.
Post not yet marked as solved
2 Replies
2.6k Views
DESCRIPTION OF PROBLEM With latest release of iOS 13 and iPadOS 13, facing following challenges Problem Statement - Create an HTML File with some Javascript code in it. - Javascript is used to Hide/Show contents of Html Page based on some business logic. - Send this file as a Mail Attachment. - Try Opening File in the latest iOS 13 or iPadOS 13 devices from Apple Mail or Gmail App. - File Gets Opened in WebView, but JavaScript is not Executing. This behavior has broken our business Scenario handling. On the previous version of the iOS release, this was working fine. Is there any way by which we can Execute Javascript in webView in the near future? Also, is this documented somewhere? Any Documentation from Apple's site would help.
Posted Last updated
.