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 Pop up not shown in Ios. why? #50

Open
lakshydeep-14 opened this issue Jan 25, 2024 · 0 comments
Open

Update Pop up not shown in Ios. why? #50

lakshydeep-14 opened this issue Jan 25, 2024 · 0 comments

Comments

@lakshydeep-14
Copy link

lakshydeep-14 commented Jan 25, 2024

Update popup not shown.
Here is my code:

info() async {
    var a = await PackageInfo.fromPlatform();
    setState(() {
      packageInfo = a;
    });
    final newVersion = NewVersionPlus(
      iOSId: packageInfo!.packageName,
      androidId: packageInfo!.packageName,
    );

    if (!simpleBehavior) {
      basicStatusCheck(newVersion);
    } else {
      advancedStatusCheck(newVersion);
    }
  }
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

1 participant