Our iOS app is using CloudKit sharing and when a sharing invitation is received by a MacOS user and is clicked on in Mail or iMessages, the user is presented with a prompt that says:
Get "app name"
Visit the App Store to see if "app name" is available for Mac.
However, we do not have a MacOS version of our iOS app and we have no plans to build one any time soon, so this is not helpful for the user. We do however have a CloudKit fall-back URL specified for our container, so if the user clicks on the link in Windows or Android, they see a web UI. Does any one know of a way to disable this MacOS prompt and have it instead go to the fall-back URL like on other non-iOS operating systems?