1

If DeviceCheck is device specific and not app specific, is it possible for another app to mess with the 4 bits and hence mess up your app in the process?

Peter DeWeese
  • 18,141
  • 8
  • 79
  • 101
Jason Mantra
  • 105
  • 1
  • 8

1 Answers1

2

The bits are common between apps by a single developer on a device. Your app will not share bits with the Facebook app, for example, but if you produce multiple apps under the same team, they'll share.

Peter DeWeese
  • 18,141
  • 8
  • 79
  • 101