question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android 13, http requests not being sent.

See original GitHub issue

Hi, Have used this library for a while for IoT wifi setups but recently started running into an issue on Android 13.

After calling connectToProtectedSSID, I send a request to the device’s access point to retrieve nearby wifi signals. When called, connectToProtectedSSID is returning ‘connected’. However the request is not being received by the device. Looking through ADB logs I don’t see any information about the request or the SSID we connect to.

Does this library fully support Android 13 yet? Is there any permissions on this library end that need to be added?

Testing on: -Android 13 -Google Pixel 7 -React native 70.3

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:3
  • Comments:5

github_iconTop GitHub Comments

1reaction
vchan023commented, Nov 30, 2022

Hi, Have used this library for a while for IoT wifi setups but recently started running into an issue on Android 13. After calling connectToProtectedSSID, I send a request to the device’s access point to retrieve nearby wifi signals. When called, connectToProtectedSSID is returning ‘connected’. However the request is not being received by the device. Looking through ADB logs I don’t see any information about the request or the SSID we connect to. Does this library fully support Android 13 yet? Is there any permissions on this library end that need to be added? Testing on: -Android 13 -Google Pixel 7 -React native 70.3

Did you found any solution for that? I’m still having this issue. Thanks in advance!

I ended up purchasing another Google pixel to test android 13 on another device and didn’t have any issues. For now everything seems to be working fine for us.

1reaction
daaanigmcommented, Nov 30, 2022

Hi, Have used this library for a while for IoT wifi setups but recently started running into an issue on Android 13.

After calling connectToProtectedSSID, I send a request to the device’s access point to retrieve nearby wifi signals. When called, connectToProtectedSSID is returning ‘connected’. However the request is not being received by the device. Looking through ADB logs I don’t see any information about the request or the SSID we connect to.

Does this library fully support Android 13 yet? Is there any permissions on this library end that need to be added?

Testing on: -Android 13 -Google Pixel 7 -React native 70.3

Did you found any solution for that? I’m still having this issue. Thanks in advance!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Behavior changes: Apps targeting Android 13 or higher
Learn about changes in Android 13 that will affect apps when they target Android 13 or higher.
Read more >
Make an HTTP request with android - Stack Overflow
Then the easiest way is to use Apache http client bundled with Android: ... You can send a http/https request as simple as...
Read more >
Fetch not working for HTTP requests on Android · Issue #24408
Bug Report When using fetch on http endpoints, the request raises a Network Request Fail error. If works fine on https endpoints.
Read more >
How to Make an HTTP Request with Android? - GeeksforGeeks
Step 4: Working with the XML Files. Navigate to the app > res > layout > activity_main.xml and add the below code to...
Read more >
Android 13 Push Notification Developer Update Guide
This guide ensures your app is ready for Android 13's new Notification Permission requirements.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found