-
Notifications
You must be signed in to change notification settings - Fork 57
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
Getting Network error while implementing in my code #26
Comments
I will not troubleshoot project-specific code, there are so many ways it can go wrong. I will certainly not do so with images of errors, programming is a text-based activity, post actual code Tell me how it worked with the example, if you can reproduce an error with the example, I can fix it. I did my best to make the example complete and check that it runs out of the box |
Ok, so the example uses react-native-update-apk/example/App.js Line 38 in 10db4e0
It works for me - if you can't get to that from your device, you have a major network issue. Check Maybe there is a TLS issue similar to #11 / #13 What you're trying to do - perform network requests and directly update application code is pretty low-level stuff. You are going to have to be VERY resourceful and debug this yourself, as I can't reproduce it. |
@mikehardy : Is there a way to directly pass the JSON object rather than the url? |
@IshaTyagi No there is not, but I understand it might be nice to have "out-of-band" version information from somewhere else (some database or something, anything) so if that's something you need, and you make a backwards-compatible PR for it, I'd be happy to merge it |
@mikehardy : Please help me in fixing this
This is how I am passing data to apkVersionURL
The text was updated successfully, but these errors were encountered: