0

Lot of authorized users will install the app. For example one of them with a jailbroken device can redistribute the IPA binary. Any idea to prevent this?

TestFlight.com blocks some installations. Do you know what are they doing?

Simón Urzúa
  • 1,556
  • 2
  • 11
  • 16
  • No matter what you try, someone will eventually find a way around your restrictions. – duci9y Jul 28 '14 at 19:02
  • 1
    Simply create an authentication system inside your app. You can only limit installation to certain devices for development proposes, if you are using an enterprise profile anyone can install, thats way an authentication system would work best. – pedros Jul 28 '14 at 23:15
  • Thanks. It's true, there isn't other way. – Simón Urzúa Jul 29 '14 at 01:17

1 Answers1

0

If it's an in-house app, it will be limited to devices on your provisioning profile (unless you're using an enterprise one).

chedabob
  • 5,835
  • 2
  • 24
  • 44