0

By implementing universal links, you end up with an apple-app-site-association file that you put in the root of your server. The file contains both bundleID and teamID. Is this safe?

I can clearly download e.g. Google’s one and get their IDs since the scenario is always the same.

Jed Fox
  • 2,979
  • 5
  • 28
  • 38
Jakub Truhlář
  • 20,070
  • 9
  • 74
  • 84
  • And what do you plan to do with does ID's, since you can also get them from the IPA that is backuped by iTunes. – rckoenes Aug 18 '16 at 15:01

1 Answers1

2

There is no security risk from displaying the bundle ID and team ID. It is not possible to use these two pieces of information for anything (either productive or dangerous) without also having access to your Apple Developer account password.

Alex Bauer
  • 13,147
  • 1
  • 27
  • 44