Skip to content

[Android - Kotlin] Moloco Location service problem #71

@MinhPhuPham

Description

@MinhPhuPham

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
        )
    )`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions