Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When we get connection type on 64-bit iOS, return value is set to cellular event if wifi is reachable.
On 64-bit iOS, "BOOL" is now the same as "bool", and the return type of networkStatusForFlags method cannot use this type anymore. Using "NetworkStatus" type resolve this issue.
source on 64-bit iOS BOOL change: http://blog.bignerdranch.com/564-bools-sharp-corners/