Search results for

show when run

112,651 results found

Post

Replies

Boosts

Views

Activity

Show When Run toggle in custom actions
How do we remove the Show When Run toggle that has appeared in our custom intents / Shortcut actions in iOS 14? The toggle did not appear in iOS 13. It's on by default, which is annoying because it causes a pause in execution in previously released shortcuts that rely on these actions. The intents are not part of the IntentUI target in my project.
1
0
1.1k
Oct ’20
iOS - connection to Bluetooth peripheral not working when shortcut option 'Show When Run' is disabled
In my app the shortcut intent handler is scanning for Bluetooth devices and based of a given selection it connects to them devices and perform some actions. Now as soon the option 'Show When Run' is set to disabled, the Bluetooth centralManager does no longer connect to any peripheral, device scanning is still working though and running the shortcut by Siri is working as well. As a result, automation doesn't work and apparently I cannot use the shortcut as widget on lockscreen. What else does the 'Show When Run' option apart from raising a user notification after the shortcut completed? Could this be a missing permission issue? I already added required keys on the info.plist for Bluetooth access and added Bluetooth background option on both app and shortcut targets.
2
0
2k
Jun ’22
Target Application Logs Not showing while running XCUITest
In our application, we are having custom logging. When the project is compiled locally on the XCode, I can see that those logs are appearing properly on Xcode Console (Debug Area). Also, when compiling the UITest scheme, the application logs are appearing as expected. But when I run a uitest, then only test runner logs are showing up in debug area. When I select My application target then it's not having application logs.Is this something expected? Is there any setting that I have to turn ON with in Xcode?Any help will be really appreciated.Thanks
4
0
2.5k
Oct ’19
Reply to Siri is not speaking shortcut voice responses
Mattes, i have the exact same problem although my intents are implemented using in-App Intent Handling (new in iOS 14). i learned that if i turn the Show When Run option OFF for the shortcut, Siri will no longer speak the custom success responses, it will only say things like Done or OK. Turning the Show When Run option ON makes Siri speak the custom success responses. This behavior is acceptable if the intents are performing an action and Done or OK will suffice to let the user know that the request was competed. However, it defeats the purpose if your intent is returning information that the user requested. e.g. When will my package be delivered?
Topic: App & System Services SubTopic: General Tags:
Dec ’20
Reply to Invalid Code Signature Mac App
Well When I go to Export the app during the Distribute app part in xcode it shows what's signed etc. One thing I noticed is that on the main .app is shows both the certificate and the profile listed, but when I click on the other things (UnityPlayer.dylib etc) it only lists the Certificate. It says there's no profile attached to the signature. I just got done running that command on the 4 different frameworks/plugins that show up (UnityPlayer.dylib, GameAssembly.dylib, UnityFbxSDKNative.bundle, and a custom bundle. The FbxSDKNative.bundle is not signed according to XCode so when running those commands that is the only one that doesn't show anything. When running it on everything else, it shows the full list of entitlements that the main .app shows when running the command on that. So Both commands output entitlements.
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’21
Reply to Is xcode 8.1 compatible with os x 10.13?
Yes, that should.Seen in release notes : h ttps://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.htmlNote: To develop apps that use Touch Bar, you must run Xcode 8.1 on macOS 10.12.1 build 16B2657 or later.That shows it runs on MacOS 10.13.Do you experience any problem ?
Jul ’17