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

Update app dialog still showing after update the latest version from both Store. #220

Closed
panchalAlpit opened this issue Sep 29, 2022 · 6 comments
Labels
Candidate to be closed How To? This is a how to question need more information Further information is requested

Comments

@panchalAlpit
Copy link

panchalAlpit commented Sep 29, 2022

Hello All,
I'm still getting the update App dialog after update the App from Play store and App store. Please help me why I'm getting the update app option when it's already updated app.

Here is my code:

  ` UpgradeAlert(
       upgrader: Upgrader(
        showIgnore: false,
        showLater: false,
        showReleaseNotes: true,
        debugDisplayAlways: true,
        dialogStyle: Platform.isIOS?UpgradeDialogStyle.cupertino:UpgradeDialogStyle.material,
      ),
       child:Container())
      `

Android Screen shot
android

Play Store version screenshot:- https://prnt.sc/gCAKLw4LwE-K

IOS screen shot:-

ios

Apple Developer console screenshot:- https://prnt.sc/wWpQSGGEuI49

Please help me.

@nylonW
Copy link

nylonW commented Sep 30, 2022

I think you should remove this line
debugDisplayAlways: true,

@panchalAlpit
Copy link
Author

@nylonW Thank you for the response but if I remove the debugDisplayAlways: true this line so update dialog show only one time means if user destroy the app and reopen the app so update dialog is not showing and I want to force fully update the app functionality.

@larryaasen
Copy link
Owner

@panchalAlpit Did that solve your problem?

@larryaasen larryaasen added need more information Further information is requested How To? This is a how to question labels Oct 10, 2022
@panchalAlpit
Copy link
Author

@panchalAlpit Did that solve your problem?

No @larryaasen still getting same problem.

@larryaasen
Copy link
Owner

@panchalAlpit Please include the upgrader debug log so we can further assess this issue. https://github.com/larryaasen/upgrader#reporting-issues

@larryaasen
Copy link
Owner

Closed for lack of information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Candidate to be closed How To? This is a how to question need more information Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants