I want to enable a certain feature for some of my Internal and external users in the Test Flight using my application. Is there a way I can fetch his details or id programatically in my code?

I want to enable a certain feature for some of my Internal and external users in the Test Flight using my application. Is there a way I can fetch his details or id programatically in my code and turn the feature on for those users?

A simple way to do this:

  • define 2 levels in your app, with the advanced giving access to more functions.
  • to unlock, user should provide a password that you give only to internal users.
I want to enable a certain feature for some of my Internal and external users in the Test Flight using my application. Is there a way I can fetch his details or id programatically in my code?
 
 
Q