We don’t want to ask for ACCESS_COARSE_LOCATION permission in our game. The appodeal team has suggested to call Appodeal.disableLocationPermissionCheck() before initializing.
How do we achieve the same using SDKBOX APPODEAL plugin? I don’t see any API for the same.
My code is compiling fine on android. On iOS, there are linking errors since I am using both chartboost and flurry sdks ( Flurry and Appodeal integration conflict )
In android, when I run the game without requesting the permission ACCESS_COARSE_LOCATION, I see a small toast saying that “ACCESS_COARSE_LOCATION permission is not requested”.
The appodeal team suggested to call Appodeal.disableLocationPermissionCheck() before initializing ( Please check the android docs for appodeal )
My problem is that I couldn’t find an API call for the same in appodeal plugin. The call is available in appodeal java sdk though.
Even if you have the api, the appodeal plugin is still unusable if we try to use it with chartboost and flurry. The android builds perfectly fine but not sure how do we build the iOS one without linker errors.
Please let me know if I need to open another thread for the same.