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

Pemission issue #67

Open
Sudhakar91221 opened this issue Aug 19, 2023 · 1 comment
Open

Pemission issue #67

Sudhakar91221 opened this issue Aug 19, 2023 · 1 comment

Comments

@Sudhakar91221
Copy link

Sudhakar91221 commented Aug 19, 2023

Hi Team
Please update the library for Android 13 and above version fix.

After Adding below facing some another issue
final int flag = Build.VERSION.SDK_INT >= Build.VERSION_CODES.M ? PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE : PendingIntent.FLAG_UPDATE_CURRENT;
mBoundaryPendingIntent = PendingIntent.getBroadcast(getReactApplicationContext(), 0, intent, flag);

package Manifest does not exist
int permission = ActivityCompat.checkSelfPermission(getReactApplicationContext(), Manifest.permission.ACCESS_FINE_LOCATION);

buildToolsVersion = "33.0.2"
minSdkVersion = 25
compileSdkVersion = 33
targetSdkVersion = 33

As per play store guidelines need to update the compile ands target sdk versions to 33

Please share the fix for this issue @eddieowens @harshit-kishor2

@kyadalu1
Copy link

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

2 participants