#ash_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1397994512285962384
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Hi hi. Sorry, fell off my chair. Reading now.
What errors are you getting?
it just doesnt work
once it showed me
that android permissions were wrong
so I updated sdk
Android API Level 35 has been supported since 4.0.0: https://github.com/stripe/stripe-terminal-android/blob/master/CHANGELOG.md#400---2024-10-31
What do the logs show?
implementation "com.stripe:stripeterminal-core:4.2.0"
implementation("com.stripe:stripeterminal-handoffclient:4.2.0")
what about these tow?
two*
these 2 also support 35?
[null, 0, You have declined the necessary permission, please allow from settings to continue., null, null], null)
in my plugin code, i didnt mention any android sdk versions for permissions
in
android manifest file
but in my main app code i did
i think i noe the issue now
That doesn't look like the logs from the device.
i need to either match manifest versions on both the projects, or remove both
<uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="34"/>
this is what i have
which i changed to 35
but in my plugin code that i wrote for stripe support
i didnt mention the maxSdkversion
Ok. Without seeing the actual logs of the actual error, there's not much I can add here unfortunately.
You're welcome! ๐