yasirkula / UnityIonicIntegration

A guide to integrating Unity 3D content into an Ionic app and sending messages between them (for Android & iOS)(tested with Vuforia plugin)
104 stars 32 forks source link

Ionic 4 compatibility #56

Open iAlexandru93 opened 5 years ago

iAlexandru93 commented 5 years ago

Hi everyone,

I was wondering if this plugin works with Ionic 4, did anyone try it?

Thank you.

darellbernabe commented 5 years ago

I tried it with Ionic4. There are slight differences but I managed to work it out. One problem was using 'compile' and instead, I used 'implementation'. Can't seem to make the string passed thru LaunchAR function tho. Everything else was okay.

yasirkula commented 5 years ago

Did you try adding Debug.Log(message); to IonicComms.OnMessageReceivedFromIonic? Does it not log anything?

cyango commented 4 years ago

Hi, I'm curious to know if someone has tested it on Ionic v4 and published it in Playstore with the new 64-bit compliance?

MichaelHuy commented 4 years ago

Hi everyone, After I configured my project for Android then run "ionic cordova build android". All my configs are gone. How to handle it. We don't want to add the Android platform android to repos? Thanks.