There should be a way to prompt a system-specific ‘alert’ or ‘confirmation’ modal, like this in xcode: https://developer.apple.com/documentation/uikit/uialertcontroller . Similar to push notifications described here: https://www.defold.com/manuals/push/ , but only triggered within the app (so the app does not require push notification permissions).
If this is already available, please link me to the documentation and I will close this question, thanks!