Hello, if an associated domain is specified for an app (for example, the url of a server services an app extension text spam filtering) then what is there in place to stop somebody with malicious intentions from obtaining that url from the .plist/.entitlements file of the app and doing something with that url, such as denial of service attack or whatever?
When you associate a domain with your app, that domain is baked into your app’s binary. While inspecting an app’s binary isn’t trivial, it’s certainly possible, and you should set up your server infrastructure based on that assumption.
Having said that, this feature requires that your server be on the public Internet and, given that, you need to set it up with appropriate protections anyway. Bad actors don’t need to look at your app to find your server.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"