Try Project on iOS without exporting

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JustADude

How do you actually test your Project on an iOS device without exporting the project and going through Xcode. (Maybe by making an HTML project and using a browser, but how do I do that?)

:bust_in_silhouette: Reply From: Calinou

One-click deploy isn’t supported on iOS yet, so I’m afraid this isn’t possible.

There’s a pull request that implemented it but it needs to be remade for the current master branch.

Is there no way to use HTML and a website?

JustADude | 2021-01-24 20:33

:bust_in_silhouette: Reply From: Tadej

Unfortunatelly this is not possible. You need XCode, this is how Apple does things. At the end, you won’t be able to load the app to your iOS device, since you need to sign it with Apple developer certificate.

Is there no way to use HTML? I don’t have a problem exporting a HTML file because it’s much easier than exporting to iOS so is there a way?

JustADude | 2021-01-25 05:13

The HTML5 export is known to be unreliable on iOS , so I wouldn’t rely on it for actual testing.

Calinou | 2021-01-25 17:29

Not sure about HTML export, but whatever you will do, you will have to sign executable with your developer certificate if you want to run it on iOS - this is usually done via XCode, but in any case you need a MacOS to do it.

Tadej | 2021-01-25 21:36