Skip to content
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

Need Update method is not working for ios #150

Open
hardikmehta88999 opened this issue Nov 25, 2021 · 5 comments
Open

Need Update method is not working for ios #150

hardikmehta88999 opened this issue Nov 25, 2021 · 5 comments

Comments

@hardikmehta88999
Copy link

code snippet:
checkVersion = async () => {
try {
updateNeeded = await VersionCheck.needUpdate();
if (updateNeeded && updateNeeded.isNeeded) {
setting state -------->
}
}
catch (error) { }
}

error :[TypeError: undefined is not an object (evaluating '_await$providers$opti.version')]

@Bhoon-coding
Copy link

same issue on Android

@sivaramakrishnac
Copy link

sivaramakrishnac commented Feb 25, 2022

I am also facing the same issue for Android. This issue we are facing with the production version of Apps.

Please fix it as soon as possible. Hope you are not providing any solution, just you will fix on code itself.

@Hemistone
Copy link

Did you also installed native packages of the package(cd ios && pod install etc.)? Stupidly, I never thought of installing pod on ios since there was no explanation on documentation.

I think we should have to add cd ios && pod install kinda thing on setup guides 🤣

@Hasnainahmad04
Copy link

It works fine on Android but it give warning on ios ,
i have installed pods

no info about this app

@Mehr-Furqan
Copy link

Screenshot 2023-08-11 at 12 05 31 PM This work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants