[Feature] Expose 'launch azooKey app' API
ensan-hcl opened this issue · 3 comments
Currently, azooKey has 'launch azooKey' action internally, but it is not nice for mentainability. Since 'open azooKey' is not so much harmful, exposing this API for CustardKit will make sense.
Though this feature can be generalized for any url schemes, I believe it will be harmful for some cases. For example, if one uses tel:0123-45-6789
, the phone will immediately start to call someone. It can be used to play tricks on users who have downloaded custom tabs.
Therefore, I believe it is important to make this feature weaker, though it can be more strong.
I found shortcuts://run-shortcut?name=
will be useful for some cases, especially for users who use CustardKit in azooKey app. Because shortcuts are generally environment-specific, one will not be able to use 'open shortcuts' action for malicious purposes.
https://support.apple.com/ja-jp/guide/shortcuts/apd624386f42/ios