tal987

Results 5 comments of tal987

@gunduzcihat @iamtharin did you guys find any solution for iOS?

@iamtharin can you show how did you do that please? how did you play silent sound?

@iamtharin this is what you did? ` BackgroundTimer.runBackgroundTimer(() => { var fakeSound = new Sound('', Sound.MAIN_BUNDLE, (error) => { if (error) { console.log('failed to load the sound'); } }) fakeSound.play((success)...

@raulcrash what do you mean by saying 15 minutes? do you mean doing that: ` BackgroundTimer.runBackgroundTimer(() => { console.log("hey") }, 900000);` 900000 ms=15 minutes? have you try that?

No it didn’t > On 6 May 2020, at 16:53, raulcrash wrote: > >  > Yes. Did it work for you? > > — > You are receiving this...