-
Notifications
You must be signed in to change notification settings - Fork 2
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
What "context" should I use with ConnectivityStatus constructor on iOS? #5
Comments
The sample works fine for me with version 1.3.0. Please not that you cannot use the So in your common code you have to define a expect class which is implemented for iOS and Android: Please check that you are not using |
Thanks, I am able to compile on Android side now. However, when I've tried to compile it on iOS, I ran into the following error: Undefined symbols for architecture x86_64: I have properly import Reachability framework using pod. How do I resolve this error? Thanks |
Did you try to run my sample? |
Was anyone able to get past this? |
I am trying to integrate the latest version 1.3.0 and run into the following error:
"Expected class ConnectivityStatus does not have default constructor"
Looks like ConnectivityStatus is now expecting an instance of "Context" class. How I create this context instance for iOS app? I looked at the sample app for iOS and noticed that ConnectivityStatus() also doesn't pass any parameter. Is the sample app updated to work with version 1.3.0? Can you update it if it's not? Thanks.
The text was updated successfully, but these errors were encountered: