Integrate Flurry SDK and plugin for Unity

363 views Asked by At

I want to add Flurry SDK to my project, but I have a question.

If you go to Flurry's GitHub, if you want to use the push function, it tells you to edit "AndroidManifest.

After installing the Firebase SDK, the "AndroidManifest.xml" file is installed. Delete this file and rename the file "Assets/Plugins/Android/AndroidManifest_Flurry-template.xml" provided by Flurry to "AndroidManifest.xml". Guernsey?

Or I want to know if it is necessary to copy and paste only meta-data in "Flurry AndroidManifest_Flurry-template.xml" to "AndroidManifest.xml" installed when installing Firebase.

Thanks.

1

There are 1 answers

3
Po-Ting Wu On

If you want to do the merge as the docs also mentioned, then you need to remove the Firebase's part. Keeping those parts will introduce push conflict between Flurry Push and Firebase Messaging.

Yes, you can merge your settings in the same file "AndroidManifest.xml" whenever they won't have any conflict.