stam0912
stam0912
Update: I tested it on my iOS device, it seems to be working. So i guess it's a bug on Android.
Are you using android? The timeout is 400ms by default. You need to set the timeout value if you want it advertise longer. "Limit advertising to a given amount of...
Do you have a solution yet? Is it a bug on android only? I don't receive the statechanged callback after timeout/stop advertising, but ios works.
> i have the same problem. what fixed the problem for me was that i selected release instead of pods-runner.release in the base configuration section in xcode This works for...
It worked on iOS and Android before, but I forgot which version I was using. After I upgraded app_version_update to ^5.0.3 and package_info_plus to ^8.0.2, it doesn't work on both...
> Same experience here, after updating from 4 to 5 it is no longer working. My app has other upgraded packages that require connectivity_plus 8.0.2, so I have to stop...
> ios works, android doesn't. For my case, I corrected it like this: > > fetch_version.dart > > regex = RegExp(r'"]]],null,null,null,[[["(._?)"]]]'); -> regex = RegExp(r']]],null,null,null,[[["(._?)"]],'); I changed it to regex...
> I have exactly the same problem. This is a very limiting problem because every time datastore tries to establish the connection and fails, we cannot catch and handle the...
Hi @khatruong2009, I encountered errors when 1. Using data only, then turn off the data and turn it back on 2. Having both WiFi and data turned on, then turn...
> Hi @stam0912, I was able to reproduce this issue and get the same error that you listed above. The following issue has been marked as a bug. We will...