Closed heysaf closed 1 year ago
Nevermind, I was being a complete moron and forgot to put:
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
into the android manifest, My bad 🤦♂️
So I followed the example set out in
examples/backgroundExample
and when I ran it, both "Trying to start background service" and Successful start!" was printed. But then my app crashed and "keeps stopping" and the notification description does not change. No error was printed on the console.Am I missing something here? I am also new to mobile development overall so apologies for any miscommunication or misunderstanding.