skip to Main Content

I am a fresher in React native development

and I have a stupid question

How can I install app into real iphone

If I can not login to Apple develop account, but i can ask project owner to download and send me some file in bellow photo (certificate, profile, key,…)

Thanks, thanks

enter image description here

2

Answers


  1. Attempt to build and run using Expo instead of native method.

    Start application:

    expo start

    Document

    From real Iphone, install Expo Go application and use it to run your build.

    Login or Signup to reply.
  2. I recommend using Expo. Here is a good walkthrough that will help you a lot. In addition, you should also have the idea about the 2 Expo Project Workflows.

    With Expo, sharing prototypes, for example, will be easier.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search