-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] in TestFlight IsInstalledFromStore() returns false #9
Comments
Hi @mina5500, that is correct. All emulators are rooted 🙂 |
What is a 'good practice' regarding TestFlight? We use BreachDetector's IsInstalledFromStore also in apps which are distributed for testing via Apple's official test app "TestFlight". Would you flag such TestFlight-builds in order to not annoy any test users by showing them security warnings? Interesting article on Stackoverflow: Update: I added following method to my code in order to exclude TestFlight builds from tracking as 'insecure devices':
|
In TestFlight IsInstalledFromStore() returns false.
In Android closed track where i could test returns true (or null) as expected.
To be more precise i use following code snippet:
both two iOS testers i have confirm the phones are not jailbroken.
The text was updated successfully, but these errors were encountered: