Posts

Post not yet marked as solved
18 Replies
I was not able to activate Siri on my iPad on this screen. However, upon every restart, the iPad asked which WiFi to join. You can just hit continue without joining any WiFi. This will skip the activation step. If the device auto-joins a WiFi, you can tap the Lock-button, which makes a menu appear. From there you can choose WiFi settings. You can hit the info button on the WiFi the device joined and hit Forget this Network.
Post not yet marked as solved
24 Replies
I see the same issue, no firebase in use. Filed as FB12236547. Adding -ld64 (using the old linker?) works fine for now.
Post not yet marked as solved
2 Replies
I saw the exact same issue. The app has shortcuts configured and uses in-app intent handling. Using these intents with widgets works without issues on the home screen, but not on the Lock Screen. The configuration UI does not show up. The issue seems to be the in-app intent handling for me. Documentation states that an intent extension is required for widgets. As soon as I added one for handling the intent used by the widget, the configuration showed up. This also applies to Widgets for macOS. I don't know why in-app intent handling is allowed for Homescreen widgets but not for the lock screen & macOS.
Post not yet marked as solved
1 Replies
Here are images from the sample project: Opening the modal sheet closes the find bar.
Post marked as solved
13 Replies
We were able to resolve this issue. Our problem was that for some provisioning profiles an older, still valid signing certificate was selected. This appeared to be no issue with Xcode 12, but is one with Xcode 13. Selecting the newest signing certificate for each provisioning profile fixed the issue.