KaiValar

Results 10 comments of KaiValar

By as i know, the persistent notification is required as long as the job is running by Android itself, so i don't think we can hide it :( If anyone...

You need to ask for BLUETOOTH_SCAN and BLUETOOTH_CONNECT permissions too for that newer versions.

> @KaiValar even with BLUETOOTH_SCAN and BLUETOOTH_CONNECT it is not working in Android 14. There is any other advice? Have you a repo to check it out? I have an...

Weird, at least I remember you have more or less the same than us. The unique differences I see are: we initialize the SDK in the onCreate just keeping a...

Glad to read you solve that :D Yeah, that change was added because if we detect a beacon, we can know you are on the same location of the beacon,...

Btw, @jkaos92 if you are thinking to use this in background, I used a Foreground Service ;)

You need to start it on a Foreground Service.

I encountered this error too months ago. I made this sh code for it, just compile your app normally, then you need your certify and mobile provisioning files for using...

> [@jmalmo](https://github.com/jmalmo) , I am facing another issue which was previously working fine on older react native version and also react native track player version. I was able to listen...

Use patch-package lib to apply the fixes automatically until they don't have a new stable v5 version with the fixes :) Just try to get the correct keys and save...