Ad
Why Does My Swift App Crash Whenever I Go Offline?
I have an app that requires the user to leave the app to connect to another device's wifi network. However, when I change to that wifi network and come back to the app, it seems as if Firebase or 'Google Data transport support' crashes the app saying 'there's no internet connection' when I already know there's no connection so how would I just ignore the error and carry on.
I used a breakpoint exception to find out where in code is causing the error and it's pointing me to this:
Nowhere in my code that I've written should cause that error as I'm not using firebase to query anything yet.
Ad
Answer
Run pod update
to pick up the fix that released today.
Details at https://github.com/firebase/firebase-ios-sdk/issues/3530
Ad
source: stackoverflow.com
Related Questions
- → Function Undefined in Axios promise
- → What are the pluses/minuses of different ways to configure GPIOs on the Beaglebone Black?
- → Click to navigate on mobile devices
- → Playing Video - Server is not correctly configured - 12939
- → How to allow api access to android or ios app only(laravel)?
- → Axios array map callback
- → Access the Camera and CameraRoll on Android using React Native?
- → Update React [Native] View on Day Change
- → Shopify iOS SDK - issue converting BuyProductVariant to BuyProduct
- → BigCommerce and shopify API
- → Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `ListView`
- → React Native - Differences between Android and IOS
- → What is the difference between React Native and React?
Ad