Tricode
Tricode

Reputation: 416

How do I deploy a corporate React-Native app to employees of company?

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

Answers (1)

jered
jered

Reputation: 11581

Have them pay for the Apple Developer Enterprise Program, or use something like HockeyApp.

Upvotes: 2

Related Questions