NativeScript / NativeScript/firebase
Playstore rejecting app using nativescript/ firebase-core package
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 62
- Forks
- 53
- Avg merge
- 8d 4h
- Merged PRs (30d)
- 2
Description
App is getting rejected from Playstore with below error. Please help to resolve this issue. We have tried to exclude the tagmanager package in app.gradle, but its not helping.
com.google.android.gms:play-services-tagmanager-v4-impl com.google.android.gms:play-services-tagmanager-v4-impl: Consider upgrading to a policy-compliant version of the SDK if available from your SDK provider, or removing the SDK.
Below are the dependencies in package.json
"@nativescript/core": "~8.7.0",
"@nativescript/firebase-auth": "3.3.1",
"@nativescript/firebase-core": "3.3.1",
"@nativescript/firebase-firestore": "3.3.1",
"@nativescript/firebase-remote-config": "^3.3.1",
Please support with the solution. We are facing a chance of app suspension if we again submit and get rejected.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the dependencies listed in package.json and the attempted exclusion in app.gradle, then trace which dependency brings in com.google.android.gms:play-services-tagmanager-v4-impl. Done means identifying a supported dependency configuration or a documented removal path that produces a policy-compliant Android build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, firebase, typescript
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100