-
Notifications
You must be signed in to change notification settings - Fork 202
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
6.14.3 breaking android change #551
Comments
In order to fix this, I set |
Thanks @swrobel, is this something that will be fixed in the future so this step won't be necessary? Or will this need to be added to the setup documentation for appsflyer? |
Beats me... I'm just a user like you 🤷🏼♂️ |
this is definetely bug |
We need I've opened an issue on the Android repo AppsFlyerSDK/appsflyer-android-sdk#70 which is where the setting comes from. cc @TomasSestak please upvote the issue |
As an alternative I kept the library version at 6.13.0, but I still need the fix for future versions. |
Adding the following to my react apps AndroidManifest.xml's
But I don't know the full implications of this. |
This will turn on backups, which we do not want. |
I don't think you are right. Can't see anything relevant in the link you posted. The |
This omission caused unexpected conflicts during the build process, which required manual intervention to resolve. It would be very helpful if the release notes could be updated to include this information, ensuring other developers are aware of the necessary changes. Thank you. |
I'm also facing same problem |
@CptFabulouso Could you provide a more complete example of you AndroidManiferst.xml? When I tried build failed stating the plugin had a conflicting setting (allow = true). |
Sure, here it is:
In case you are using Expo, I wrore this plugin:
|
More info herre: https://dev.appsflyer.com/hc/docs/install-android-sdk |
Report
There seems to be an update made for the sdk that conflicts with android and react native android side of things. @swrobel provided more details here #546 (comment)
The affected pr is here #546
Plugin Version
6.14.3
On what Platform are you having the issue?
Android
What did you do?
react-native-appsflyer
to6.14.3
What did you expect to happen?
Android to successfully build
What happened instead?
Android failed to build
The text was updated successfully, but these errors were encountered: