_lookup and _share apis from webkit are crashing in iOS18 with bellow errors.
Received unexpected call to -[WKContentView(WKInteraction) _lookupForWebView:]
Received unexpected call to -[WKContentView(WKInteraction) _shareForWebView:]
Post
Replies
Boosts
Views
Activity
After updating the os to iOS17 beta, not able to install the enterprise app through ipa, it throws error
Error installing '//Downloads/-Internal-Appstore-23.6.5-1.ipa', ERROR: Error Domain=com.apple.dt.CoreDeviceError Code=3002 "Failed to install the app on the device." UserInfo={NSUnderlyingError=0x600019bcc750 {Error Domain=com.apple.dt.CoreDeviceError Code=3000 "The item at -Internal-Appstore-23.6.5-1.ipa is not a valid bundle." UserInfo={NSURL=file:////Downloads/-Internal-Appstore-23.6.5-1.ipa, NSLocalizedDescription=The item at -Internal-Appstore-23.6.5-1.ipa is not a valid bundle., NSLocalizedFailureReason=Failed to read the bundle.}}, NSLocalizedDescription=Failed to install the app on the device., NSURL=file:///Downloads/-Internal-Appstore-23.6.5-1.ipa}
Kindly update on this. Do any code side changes have to be done for this to fix these issue?
With Jenkins facing Codesign error for widget target in Monterey with Xcode 13.4.1 in jenkins in App Store build generate stage.
Error
CodeSign /Users/jenkins/Library/Developer/Xcode/DerivedData/XXXX-dyaqxwdylxthkzbwykmdsnhpiocv/Build/Intermediates.noindex/ArchiveIntermediates/CitrixWorkspace/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/XXXXWidget.appex (in target 'XXXXWidget' from project 'XXXXX') (1 failure)
Can anyone help with this ?
I want to share data between iOS app and Mac app. Can we make use Multipeer Connectivity Framework for this ?
When we build the project in jenkins with Xcode 13 agent, in code coverage stage getting bellow error:
warning: /Users/jenkins/jenkins/pipeline_PR-1625/DerivedData-app/Build/ProfileData/2EE1905D-E25C-4A2B-9440-42EF7BF5DC79/4ABFFAFB-F58E-4195-9138-BA3DFD9DAA2D-84652.profraw: Invalid instrumentation profile data (bad magic)
error: No profiles could be merged.
Can anyone guide us in resolving this issue.
Is there any callback received at WKWebview when choose file button is tapped?
I want to restrict the file upload from WKWebview, I don't want bellow popup to be loaded. I also want to understand which component is responsible for adding this popup ?
Kindly help
We have few external devices which have reached end of life(no more production is available)and we are not getting PPID for the same and without PPID app will be rejected by the App Store during app submission.
So to discontinue support for this external devices, just removing the corresponding protocols from Supported external accessory protocols in plist is suffices or entire code related to this external device support should be removed from the code base to avoid rejection in the Appstore submission.
Kindly suggest.
We have few external devices which have reached end of life(no more production is available)and we are not getting PPID for the same and without PPID app will be rejected by the App Store during app submission.
So can you suggest how we can go ahead and support existing users who are using this device.
After updating the os, not able to install the enterprise app through ipa, it throws error unable to install the app.
Also not able to launch the enterprise
app which was present in the device before updating the OS iOS 15 beta, it throws error, the developer of this app needs to update it to work with this version of iOS
Kindly update on this. Any app side changes has to be done for this to fix these issues ?