Posts

Post not yet marked as solved
7 Replies
I also wonder whether Dynamic Island is suitable for info messages. I would appreciate the answer from Apple team. Thanks.
Post not yet marked as solved
7 Replies
It looks the script doesn't work for me. If I try to remove an app group it shows an error: Couldn't modify plist, error: No value to remove a key path groupA_DOT_WAS_HEREcomA_DOT_WAS_HEREcompanyA_DOT_WAS_HEREappName Just to mention, I have two app groups enabled in the entitlement file I copied the script above and changed the app group: plutil -remove "group\.com\.company\.appName" "${ENTITLEMENTS_FILE}" Any suggestions?
Post not yet marked as solved
8 Replies
Hello Claude, thanks for your reply. Not sure if you understand my question, but I want to achieve opening the UIMenu programatically. The only way I'm aware is by tapping the button physically with a finger. I want to open the UIMenu programmatically in the code.
Post not yet marked as solved
8 Replies
Hello Claude, I'd like to open a UIMenu when you tap the button but trigger this event programatically.