My app is a custom/private apple business manager app
What I Tried:
I tried the upgrader package for flutter. It doesn't work on IOS (with android it works fine). My implementation: `body: UpgradeAlert( upgrader: Upgrader( debugLogging: true, countryCode: "in",
), child: Column( children: [])........`Thought of using only remote config of firebase but it isn't reliable as app store updates comes nearly after 1-2 days to existing users.
Is there anything that i Missed?