Skip to content

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

@lakshydeep-14

Description

@lakshydeep-14

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);
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions