-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
)
)`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels