-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing On Physical iOS Device When WiFi Is Off #56
Comments
same problem iOS works on wifi, not on cellular |
This is a strange one. Iphone X - AT&T - Ios 13.1.3 - Model MQAN2LL/A Iphone 6s Plus - AT&T - Ios 13.2.2 - Model MKTT2LL/A Iphone 6s Plus - Google Fi - Ios 13.2.2 - Model MN382LL/A I will swap the Google FI sim into the failing Iphones on Monday but at this point, it seems like AT&T is at fault. Using url_launcher to open youtube directly does work on the problem devices. |
The issue is that AT&T wireless is blocking access to www.youtube.com/get_video_info This started around Nov 2nd. |
@rchabot32 Wow! Thank you so much for all the testing! Do you mind linking where you found your answer in your last comment? |
I can see one of my production apps failing via Firebase performance monitoring when the cell provider is AT&T. |
That is crazy! Again, appreciate you commenting your struggles and outcomes. |
I put my app on my physical device (iPhone XR v13.1.3). I have not tested this out on Android yet.
With the WiFi on I tap on one of my containers it passes in the YouTube video id to the playYoutubeVideoById() and it pulls up the player playing the video working just fine. When I do all of those things with the WiFi off, so it's just using cellular data, it does not work.
I don't know if this is just a problem with the package or if I am doing anything wrong in general with just the way I setup my entire app haha.
Has anybody ever even heard of this problem in general with turning on and off the WiFi to make something work/not work?
The text was updated successfully, but these errors were encountered: