kauemurakami / app_version_update

[Flutter package] An easy and quick way to check if the local app is updated with the same version in their respective stores (Play Store / Apple Store ).

Home Page:https://pub.dev/packages/app_version_update

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working for iOS

Dev-Ayan-Dasgupta opened this issue · comments

I am getting the following error when I test on iOS:

[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: Aplication not found in Apple Store, verify your app id.

I have added the following in my Info.plist file:

<key>NSAppTransportSecurity</key> 
<dict> 
  <key>NSAllowsArbitraryLoads</key>
  <true/> 
</dict>

Was not passing the correct apple ID for the app. My bad.

@Dev-Ayan-Dasgupta which ID you passed? I am having the same problem and I am not sure which ID I should pass...