app_version_update icon indicating copy to clipboard operation
app_version_update copied to clipboard

Aplication not found in Play Store, verify your app id. version mismatch for ios

Open JiyadAhammad opened this issue 1 year ago • 5 comments

Aplication not found in Play Store, verify your app id.

app already in playstore with same app id

getting exception in android

JiyadAhammad avatar Jul 29 '24 10:07 JiyadAhammad

First of all, thank you very much for the package.

I have the same error with version 5.0.1, but with version 4.0.2 it works fine. I would like to use version 5.0.1 because it has version package_info_plus ^8.0.0. I suspect it is due to something with the country, in version ^5.0.0 you can't specify the country anymore.

Thank you very much in advance, I hope this can be fixed soon.

ivan-topp-espol avatar Aug 09 '24 23:08 ivan-topp-espol

Hey, I was also facing the same issue but solved it by replacing the version from: app_version_update: ^5.0.1 to: app_version_update: 4.0.0 My app was live but in specific country so maybe newer version of the package was unable to detect it.

Hmmza-tariq avatar Aug 14 '24 09:08 Hmmza-tariq

i updated the pacakge to 5.0.1 there its working fine for android and getting proper response but in ios im getting issue in response my application is running in ios 1.0.10 version but the response from the app is getting 1.0.9 the same is working fine in android and getting response 1.0.10

https://apps.apple.com/us/app/ginni-social/id6504367924?uo=4 (1.0.10)

the above mentioned the app link

the below is the response of the plugin with url as well as version

[log] https://apps.apple.com/us/app/ginni-social/id6504367924?uo=4 [log] 1.0.9

JiyadAhammad avatar Aug 15 '24 10:08 JiyadAhammad

I am facing the same issue , my app is only valid in 1 country, but even when i add different appleId and playStoreId for another apps it's not working ..

and the version that is working for me is

app_version_update: 4.0.2

ahmedmahershaaban avatar Sep 05 '24 17:09 ahmedmahershaaban

ios works, android doesn't. For my case, I corrected it like this:

fetch_version.dart

regex = RegExp(r'"]]],null,null,null,[[["(.?)"]]]'); -> regex = RegExp(r']]],null,null,null,[[["(.?)"]],');

banzaez avatar Sep 16 '24 09:09 banzaez

Having the same problem with version 5.0.3 - Apple not working, Android works fine

Any solutions? Is going back to an older version okay?

AnyKay00 avatar Oct 17 '24 17:10 AnyKay00

It worked on iOS and Android before, but I forgot which version I was using. After I upgraded app_version_update to ^5.0.3 and package_info_plus to ^8.0.2, it doesn't work on both platform anymore.

stam0912 avatar Oct 21 '24 19:10 stam0912

Same experience here, after updating from 4 to 5 it is no longer working. My app has other upgraded packages that require connectivity_plus 8.0.2, so I have to stop using this until there is a resolution.

TheMeanCanEHdian avatar Oct 21 '24 19:10 TheMeanCanEHdian

Same experience here, after updating from 4 to 5 it is no longer working. My app has other upgraded packages that require connectivity_plus 8.0.2, so I have to stop using this until there is a resolution.

For iOS, try specify the country, it worked for me. If you don't specify the country, it will look for your app in the US store. In my case, my app is only available in the CA store, so it returns nothing if I don't specify the country.

stam0912 avatar Oct 22 '24 19:10 stam0912

ios works, android doesn't. For my case, I corrected it like this:

fetch_version.dart

regex = RegExp(r'"]]],null,null,null,[[["(.?)"]]]'); -> regex = RegExp(r']]],null,null,null,[[["(.?)"]],');

I changed it to regex = RegExp(r'"]]]],null,null,null,[[["(.*?)"]],'); and it now works fine on Android. I verified the regex with this online tool.

stam0912 avatar Oct 23 '24 12:10 stam0912

i'm getting same issue in android . ios it's working fine. version 5.0.3

if there is any update quick fix let me know.

vijayvaghela72 avatar Dec 03 '24 02:12 vijayvaghela72

I released new version today, but in my tests this regex it's ok, testing now pls.

kauemurakami avatar Dec 03 '24 17:12 kauemurakami

@kauemurakami brother, Thank you so much for quick response.

version 6.0.0 is working fine for both android and iOS.

😀

vijayvaghela72 avatar Dec 04 '24 04:12 vijayvaghela72

Hi. for example, this uri doesn't work with.version 6.0.0 (playstore) https://play.google.com/store/apps/details?id=net.archethic.archethic_wallet

Could you reopen this issue please

redDwarf03 avatar Dec 20 '24 14:12 redDwarf03