Compile app for Ios made in React in windows environment

Asked

Viewed 757 times

-1

I’m studying React Activate and I need to compile an app for android and Ios. I wonder if I can develop everything in windows environment and then just copy the files to a virtual machine running OS X to compile and publish the app

  • 1

    Yep, here’s a more explained tutorial on how to do Xcode On Windows

  • @Caiquecampos despite being efficient for production, is illegal, and case generated with hackintosh and sent to the store, soon is detected and the account is banned

1 answer

2


You can do this without problems, but I suggest you try everything on an iphone or on your mac simulator before, because there are always some little details that don’t work or work a little differently on Ios.

I don’t know if Voce uses iphone or android but one thing I see a lot is a person develop and test only on android and end up forgetting some usability/interface details a little more features of Ios.

For example I’ve seen people making functionalities that ended up becoming dependent on the back boot of android, for example to close a modal, which leaves an Ios user "stuck" in the modal.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.