-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ionic 4 Capacitor #64
Comments
Does this help: #61 |
Yes it helped, Still facing below error:
Also in the Unity AndroidManifest, Do we need to remove the whole activity tag ? Right now I have commented it our
SOLVED The actual error was At Unity Player Setting, Uncheck strip engine code and using that build in Ionic fixed this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Facing below error:
MainActivity has leaked IntentReceiver org.apache.cordova.plugin.CordovaUnityLauncher$UnityToIonicBroadcastReceiver@f1117a6 that was originally registered here. Are you missing a call to unregisterReceiver()?
Please help me out.
The text was updated successfully, but these errors were encountered: