Post

Replies

Boosts

Views

Activity

[ERROR] failed to get service endpoint creating for for item at URL
I have been using UIDocumentInteractionController and presentOptionsMenuFromRect for sharing PDFs for years. Now I get these errors. Only support loading options for CKShare and SWY types. [ERROR] failed to get service endpoint creating for for item at URL Collaboration: error loading metadata for documentURL:file: The files I create I believe are fine. I have tried sharing them from a temporary folder and also from a subfolder on the iPad but still get these errors. Any help appreciated.
1
0
377
Jul ’24
user-assigned-device-name entitlement - HOW?????
Please help a developer out. If you have gotten the user-assigned-device-name entitlement recently with the new questions, how did you answer the questions? I ask Bard and my app DOES do all of the following and I provided screen shots and it's still rejected. But the problem is, Apple doesn't tell you WHY??? We have to guess and guess. Eligibility criteria: User-facing functionality: Your app must use the user-assigned device name solely for functionality that's visible to the user and allows them to identify their own device. YES!!!!!! Multi-device interaction: The functionality must involve interaction between multiple devices that the same user operates. YES! UI visibility: The user-assigned device name must be visible to the user in your app's UI. You need to provide screenshots of this UI when requesting the entitlement. YES!
1
0
419
Dec ’23
User-Assigned Device Name again
Is there a way to get more clarification on why I cannot get the "User-Assigned Device Name" entitlement? I have gotten it before for the iPad version of my app, but now the questions have changed and I cannot get the entitlement. My app matches all of the criteria as far as I know. As usual, they leave you guessing as to why I cannot get the entitlement. So, is there a way to find out why???? I match all of this: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_device-information_user-assigned-device-name
2
0
532
Nov ’23
dataWithContentsOfURL is nil with url from Files app
On IOS15 beta 8 (not sure of other versions) if I open a PDF from the Files App from a document stored in the One My iPad folder, then use the Open in... or Share button to send to my app, dataWithContentsOfURL always returns nil. Is this a known problem? Not all the apps have a problem opening the file. Chrome has a problem but Apple Mail doesn't. Thanks data = [NSData dataWithContentsOfURL:url];
5
0
1.2k
Sep ’21
Notarization - invalid 2, Package Invalid
I have code signed a screen saver (legacy screen saver) I have verified it is code signed using: codesign -vvv --deep --strict pathtofile (valid on disk, satisfies its Designated Requirement) I have tried putting the file into a folder and then using: /usr/bin/ditto -c -k --keepParent APP_PATH ZIPPATH and I have tried just zipping the .saver file using the same ditto command. Then I try to notarize by using: xcrun altool \-notarize-app \   --primary-bundle-id "com.***.screen.zip" \-username appleID \ -password appSpecificPassword \   --asc-provider ProviderShortName \   --file screensaver.zip It says No errors uploading and gives me a RequestUUID back. However at the end of all this, it tells me it was not notified, that status = invalid, status code = 2, Package invalid How can I find out what the problem is? Where did I go wrong? Thanks!
3
0
1.6k
Aug ’20
Problem with xcrun altool - CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke
I am trying to use xcrun altool. Here is the cli command: /usr/bin/xcrun altool  --list-providers -u “APPLEIDDEVACCOUNT” -p “APPPASSWORD” No matter what I try - application created password or actual password for the account I get the following. Not sure what is going on. Thanks CFURLRequestSetHTTPCookieStorageAcceptPolicyblock_invoke: no longer implemented and should not be called 2020-08-12 07:36:01.064 altool[8552:289303] * Error: Failed to retrieve providers info. 2020-08-12 07:36:01.064 altool[8552:289303] * Error: code -1011 (Failed to authenticate for session: (     "Error Domain=ITunesConnectionAuthenticationErrorDomain Code=-20101 \"Your Apple ID or password was entered incorrectly.\" UserInfo={NSLocalizedRecoverySuggestion=Your Apple ID or password was entered incorrectly., NSLocalizedDescription=Your Apple ID or password was entered incorrectly., NSLocalizedFailureReason=App Store operation failed.}" ) Unable to list providers.)
20
0
11k
Aug ’20
Simulator crashes immediately upon launch
Yesterday the XCode 10 simulator was running fine. Today, instantly crashes upon launch.I have run the XCode 9 simulator and reset simulator. I have "installed" XCode 10 from app store.Is there a preference I can delete for the simulator?Crashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_BAD_ACCESS (SIGSEGV)Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYTermination Signal: Segmentation fault: 11Termination Reason: Namespace SIGNAL, Code 0xbTerminating Process: exc handler [0]VM Regions Near 0:--> __TEXT 000000010a1cc000-000000010a271000 [ 660K] r-x/rwx SM=COW /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator
10
0
19k
Sep ’18
Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's.
My Parent app IS signed correctly. I have verified in every screen. Has anyone seen this?Thanks!XCode 10.0 beta 6---------------error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's. Embedded Binary Signing Certificate: Software Signing Parent App Signing Certificate: - (Ad Hoc Code Signed)
8
0
21k
Aug ’18