How to selectively and securely enable hidden test features in iOS application?

StackOverflow https://stackoverflow.com/questions/22160682

  •  19-10-2022
  •  | 
  •  

Вопрос

I would like my iOS application to provide a special set of commands for testing only. I would like these commands to be available only to authorized testers, not to general users.

The iOS application has external connectivity to a secure web site I control, and I can also freely manipulate the iPhones it runs on in test.

How could I decide (programmatically and securely, at startup) whether my app should enable its test mode?

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top