Skip to main content

Migrating to v4.3

v4.3 brings a newer approach to communications between applications on Android and a simplified manifest.

Previously you had to add a provider line in your queries for each application you required to communicate to meaning you had to define all your applications before publishing. The new approach uses just the single application group, adding just one intent to the queries tag, this can be done automatically by apm or unity's build scripts for your application.

To migrate you'll simply need to update your manifest to reflect this new approach.

If you are using apm all you need to do is update to the latest build and regenerate your application descriptor. apm will handle the rest.

apm update 
apm generate app-descriptor src/Main-app.xml