Can I recognize if current iOS device is used for development?

124 Views Asked by At

He All, While I write my apps I thought maybe I could recognize if one of my future app users is a iOS developer.

For example check if the current device have any developer certificate installed?

1

There are 1 best solutions below

0
On

You could ask them within your app "are you a developer" and explain why you are asking, you don't have to try and do it covertly. Otherwise, no - you can't access that information.