Posts

Post not yet marked as solved
1 Replies
290 Views
[UIApplication sharedApplication].applicationState sometimes returns inactiveState all the time, but the app is actually in the foreground and is not obscured by any other app or notification.I am using the iOS12 system and this problem has occurred.What do you think the problem is ?Thank you.
Posted
by Tony_jack.
Last updated
.
Post not yet marked as solved
0 Replies
1.9k Views
Hi: When try to load resource on ios8.0 systerm. start the WKWebview with file URL using -loadRequest:.Error is as follows: Error Domain=NSPOSIXErrorDomain Code=1 "The operation couldn’t be completed. Operation not permitted" UserInfo=0x170876680 {NSErrorFailingURLKey=file:///private/var/mobile/Containers/Data/Application/25B660D6-B98D-4CF7-8615-3B68895B4929/tmp/course/0-1-206-1/demo.html, _WKRecoveryAttempterErrorKey=<WKReloadFrameErrorRecoveryAttempter: 0x17062f680>, NSErrorFailingURLStringKey=file:///private/var/mobile/Containers/Data/Application/25B660D6-B98D-4CF7-8615-3B68895B4929/tmp/course/0-1-206-1/demo.html}Now am getting the ’NSPOSIXErrorDomain Code=1:The operation couldn’t be completed. Operation not permitted’. Not able to understand why operation not permitted. And not able to find any referebce docs or references on this error. Best regards,Mario.
Posted
by Tony_jack.
Last updated
.