Blin Qipa
Blin Qipa
I used the pods from @darkThanBlack 's helloworld app, (pytorch-lite 1.9.0) and built on a physical device using Xcode and it worked.
> Same here. I figured it out when iOS app was published on TestFlight. > > On my side, I've used `utsname.machine?.split(",")[0]` > > It worked. > > `utsname.machine` gives...
Same issue where the last message is re-delivered when app is opened from background or restarted. ``` class StubScreen extends StatefulWidget { const StubScreen({super.key}); @override State createState() => _StubScreenState(); }...
> Temporary workaround: > > change override fun onRequestPermissionsResult(requestCode: Int, permissions: Array?, grantResults: IntArray?): Boolean to override fun onRequestPermissionsResult(requestCode: Int, permissions: Array, grantResults: IntArray): Boolean in the tflite_flutter_helper-0.3.1\android\src\main\kotlin\com\tfliteflutter\tflite_flutter_helper\TfliteFlutterHelperPlugin.kt: file [Lyokone/flutterlocation#718...
What worked for me was this: AndroidManifest.xml ```
@keithcwk does this occur on Android or iOS? On my side Android redelivers the same notification multiple times whereas on iOS, once the notification is consumed it does not get...
> Okay i checked again found it to be a server side issue plugin seems to be fine same for me, when I try via `wscat` the same issue seems...
@imaNNeo will do once I get the chance. Thanks!