PlayCanvas to APK & IOS

Hello,

I would like to ask how do I convert playcanvas apps into an APK. Really appreciate any help.

You need something like a HTML5 wrapper like Cordova https://cordova.apache.org/

Thank you! I knew cordova but wasnt sure if it works. I will try though it’s quite complicated.

Alternatively, just use a regular Android WebView:

https://developer.chrome.com/multidevice/webview/gettingstarted

You can use a similar technique on iOS with WkWebView.

1 Like

@will talking about the WebView, can I also use Unity? I mean in that way, a single WebViewwill work on both Android and iOS