I have FuseAds implemented and working in my build for Google Play - but when I try to build for Amazon, I get errors saying the plugin can’t be loaded.
Should the Fuse plugin work for Amazon, or is there something else that needs to be done?
I have FuseAds implemented and working in my build for Google Play - but when I try to build for Amazon, I get errors saying the plugin can’t be loaded.
Should the Fuse plugin work for Amazon, or is there something else that needs to be done?
Some part of Fuse may rely on Google’s services, which aren’t in Amazon’s Fire OS. I don’t think it is possible to use Fuse on Amazon’s devices.
Thanks vlads. I was afraid of that… I didn’t see anything in the documentation mentioning this, so I assumed that it should work ok.
Since it appears that the error occurs right when the build begins and the plugin is about to be loaded, rather than when any included functions are called, I cannot surround them with conditionals checking for the intended app store. I guess I will have to create separate build.settings files for each store?? - not my favorite thing to have to keep track of but not a huge deal… unless there is a way to put conditions in the build.settings file?
Thanks again.
Some part of Fuse may rely on Google’s services, which aren’t in Amazon’s Fire OS. I don’t think it is possible to use Fuse on Amazon’s devices.
Thanks vlads. I was afraid of that… I didn’t see anything in the documentation mentioning this, so I assumed that it should work ok.
Since it appears that the error occurs right when the build begins and the plugin is about to be loaded, rather than when any included functions are called, I cannot surround them with conditionals checking for the intended app store. I guess I will have to create separate build.settings files for each store?? - not my favorite thing to have to keep track of but not a huge deal… unless there is a way to put conditions in the build.settings file?
Thanks again.