Reputation: 416
I was hired by an engineering firm to make an Employee Login and Timesheet app for iOS and Android, which I am using React-Native to achieve. I have to integrate the Front-End to an existing database (with Employee table, Client table, etc.) on SQL server 2008.
Obviously, I don't want this thing anywhere near the app store to allow anyone access to private company information. How am I to deploy the app to the company's employees when it's complete?
Upvotes: 1
Views: 1145
Reputation: 11581
Have them pay for the Apple Developer Enterprise Program, or use something like HockeyApp.
Upvotes: 2