Android 13, http requests not being sent.
See original GitHub issueHi, 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:
- Created a year ago
- Reactions:3
- Comments:5
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
Did you found any solution for that? I’m still having this issue. Thanks in advance!