Skip to content
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

[Android - Kotlin] Moloco Location service problem #71

Open
MinhPhuPham opened this issue Oct 16, 2024 · 0 comments
Open

[Android - Kotlin] Moloco Location service problem #71

MinhPhuPham opened this issue Oct 16, 2024 · 0 comments

Comments

@MinhPhuPham
Copy link

When i update and push my app into Google Play, we got this issue from Google Play Review.

Issues found: Your APK contains an SDK designed to collect device location by default
We have determined that your app uses the Moloco Adapter, which is designed to collect device location by default. This SDK may cause your app to violate the cognizant disclosure and consent requirements/approved purpose requirements in the Google Play User Data Policy and Permissions and APIs Policy for Sensitive Information Access

Have any way to fix and update it? My code to use Moloco

`
import com.moloco.sdk.publisher.privacy.MolocoPrivacy

    MolocoPrivacy.setPrivacy(
        MolocoPrivacy.PrivacySettings(
            isUserConsent = true,
            isAgeRestrictedUser = false,
            isDoNotSell = true
        )
    )`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant