fix(android)!: remove AD_ID permission by removing auto-addition of play-services-iid (#1673) (5009115), closes #1673
BREAKING CHANGES
removed default fallback getDeviceId via play-services-iid dependency
This dependency has the unfortunate side effect of including AD_ID permission, which is
not permissible for many types of applications.
If you relied on this functionality in getDeviceId you will need to define googlePlayServicesIidVersion in your
android gradle build files ext version block. We previously used version 17.0.0 but there may be
newer versions you could use if they work for
You will know you relied on this functionality even if you did not know it if:
you used getDeviceId AND
you did not specify either of:
firebaseBomVersion
firebaseIidVersion
...in your build.gradle file ext block for versions
the previous implementation of getUniqueId would automatically add play-services-iid and use that if you did not specify anything else so things would work for you
Now you must manually add one of the three dependencies for getDeviceId to work
fix(android)!: remove AD_ID permission by removing auto-addition of play-services-iid (#1673) (5009115), closes #1673
BREAKING CHANGES
removed default fallback getDeviceId via play-services-iid dependency
This dependency has the unfortunate side effect of including AD_ID permission, which is
not permissible for many types of applications.
If you relied on this functionality, you will need to define googlePlayServicesIidVersion in your
android gradle build files ext version block. We previously used version 17.0.0 but there may be
newer versions you could use if they work for
android powerStateDidChange now matches iOS with full powerState object not batteryState
The batteryState object is inside the powerState object, so if this is important to you, the change on android is now
to go one-level deeper to get the batteryState
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps react-native-device-info from 10.11.0 to 14.0.0.
Release notes
Sourced from react-native-device-info's releases.
... (truncated)
Changelog
Sourced from react-native-device-info's changelog.
... (truncated)
Commits
b5517cb
chore(release): 14.0.0 [skip ci]5009115
fix(android)!: remove AD_ID permission by removing auto-addition of play-serv...3a7a077
chore(release): 13.2.0 [skip ci]d390995
feat: add getStartupTime (#1644)34a80b6
test(ci): define env vars needed by ubuntu-24 imagead6bc4f
chore(release): 13.1.0 [skip ci]99dc37c
feat(ios): implement all free disk storage types for ios 11+ (#1664)3ab733d
docs(README): typo fix in sample code (#1666)78b70a0
chore(release): 13.0.0 [skip ci]2d91018
fix(android)!: powerStateDidChange event returns powerState object not batter...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show