This has been partially resolved. As it turns out CFBundleDisplayName went missing from the Info.plist.
Adding CFBundleDisplayName back resolved the problem with SiriTipUIView.
However now ShortcutsUIButton suffers from the same problem. Often displaying just "shortcuts" instead of "APP NAME shortcuts"
But the problem with ShortcutsUIButton is less of an issue because it doesn't look weird when it is just "shortcuts"
Post
Replies
Boosts
Views
Activity
Thanks, that is exactly what I needed.
Quick follow-up question, the article mentions a "default guide app". What determines if the app is the "default guide app", can the user set this in the interface?
The best way of making Apple aware of this, is to file a bug report using Feedback Assistant.
See this page for more information: https://developer.apple.com/bug-reporting/
Try setting picker.videoExportPreset to one of the AVAssetExportSession presets: https://developer.apple.com/documentation/avfoundation/avassetexportsession/export_preset_names_for_quicktime_files_of_a_given_size
In my test picker.videoExportPreset = AVAssetExportPresetHEVCHighestQuality returns the video at original size in .move format.
If you really want to have the original video, you might want to look into PhotoKit/Photos framework.
Personal automations with NFC is in the current version of shortcuts, however it requires a iPhone Xr/Xs or newer.
These iPhones have a NFC radio that supports low power reading of tags in the background.