SiarheiFedartsou / fastlane-plugin-versioning

Extends fastlane versioning actions. Allows to set/get versions without using agvtool and do some other small tricks.
MIT License
507 stars 61 forks source link

Get an error "Cannot find app with <app-bundle_id> bundle ID in the App Store #96

Open monasserymcp opened 1 month ago

monasserymcp commented 1 month ago

I keep getting an error Cannot find app with in the App Store although i have verified that it is indeed there , and i have used fastlane with actions like gym and match and pilot in which i passed the bundle_id and it didn't complain.

app_store_version = get_app_store_version_number( bundle_id: 'my_bundle_id' )

what is wrong ?

am using fastlane version 2.222.0

Note

is a placeholder for the exact bunlde ID , so for example if my bundle ID is com.xyz, then this is what i pass as a value to the get_app_store_version_number action for the key bundle_id i.e. app_store_version = get_app_store_version_number( bundle_id: 'com.xyz' )
jdouglas-nz commented 4 weeks ago

hey @monasserymcp , without knowing more about your setup I'm not sure I can help. if I'm purely looking at the code you provided, I wonder if your app is really 'app-bundle-id' or whether its supposed to be a variable or some sort? (as in, that looks like a magic string, not a variable)

monasserymcp commented 4 weeks ago

hey @jdouglas-nz , it is just a place holder for my bundle-id i.e 'com.xyz' for example , furthermore what you need to know about my setup to share ? I updated my question to be more clear also