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.
Post
Replies
Boosts
Views
Activity
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!
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
Since yesterday, almost every time I ask Siri anything, there's a long pause and "Sorry, could you say that again?:
Anyone else having this problem?
When I mean slow, I mean it can take 3 minutes to type 5 carriage returns!
FB9646476
A bunch of users are having this problem. XCode 12.5.1 doesn't have this problem.
I am having this super slow problem on my M1 MacBook Pro 13" 16G.
Has anyone found a work-around???
Thanks!
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];
I put a couple of Apple Watch apps on the App Store. They are approved and for sale. I sent myself 2 codes to redeem and they were both accepted. In the App Store it shows the app as purchased, but these purchased apps do not show up anywhere else.
I would expect these apps to appear in the Watch app; but they are not listed.
Any ideas? Thanks in advance
I get beach balls when switching to Xcode 12 and when doing simple searches. I get it with all projects and not only that, it happens on my i7 2015 MacBook Pro and my new M1 MacBook.
Anyone else getting this???
I've done an Xcode sample and but have heard nothing back from Apple.
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!
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.)
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
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)