Posts

Post not yet marked as solved
5 Replies
I need to use Designed for iPad until certain third-party frameworks are updated to support visionOS. I would like to make the background of the app semi-transparent (low alpha) to reveal the surroundings behind the app. The best I can get is a black background, even with a clear window and view. Is there a way to make whatever is behind the window (the UIScreen?) clear as well?
Post not yet marked as solved
16 Replies
Rebooting worked for me.
Post not yet marked as solved
38 Replies
It's back. Same errors. Tried all the previous fixes - no joy.
Post marked as solved
17 Replies
I'm seeing these crashes also, but only for Beirut (!). You can recreate by setting the device's time zone to Beirut, while leaving the current Region to United States (or any region other than Lebanon). Force current Region to Lebanon in Edit Scheme - Options - App Region and it doesn't crash. But setting the picker's locale to en_LB (Lebanon) doesn't help. There must be something specific about the mismatch of time zone and region for Lebanon but I haven't found it. A (poor) workaround might be to identify the mismatch and switch the picker.preferredDatePickerStyle to .wheel in that case only.
Post not yet marked as solved
46 Replies
I've implemented @commanderk's approach and while it is does work, it's not the robust solution that an API would provide. So: 1) @eskimo - anything you can tell us on when to expect an API solution (even "soon" or "not soon" would help). 2) @commanderk - any improvements since your post 3 weeks ago?
Post not yet marked as solved
46 Replies
+1 for an authorization status request. Also need a method to trigger the system request to the user (i.e. don't rely on an access attempt to trigger the user request alert). MPMediaLibrary, CLLocationManager and EKEventStore all provide this.
Post not yet marked as solved
4 Replies
Just started seeing this for all apps. Xcode 11.3.1 and 11.4 beta 2.
Post not yet marked as solved
12 Replies
I've filed a case with Apple. I'll post their results. So far it's been "we need more information".
Post not yet marked as solved
12 Replies
Save the Application Loader app.
Post not yet marked as solved
12 Replies
Turning off "Automatically Manage Signing", then turning it back on fixed the signing issue for me. I still needed to export and use the Xcode 10 Application Loader to successfully upload for TestFlight distribution.
Post not yet marked as solved
12 Replies
I was able to export the Xcode 11 build and use the Xcode 10 Application Loader to successfully upload the ipa.
Post not yet marked as solved
12 Replies
I was able to successfully upload the same build (almost the same - removed a few iOS 13-only methods) with Xcode 10. It did ask for keychain permissions that Xcode 11 did not ask for, so I suspect that is related. Maybe Xcode 11 isn't asking for the same, just giving up?I rebuilt with Xcode 11 without modifying any content (same content that uploaded successfully with Xcode 10) and got the same App Store Connect Operation Error.All ideas/suggestions appreciated...