Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
monasserymcp opened this issue Aug 8, 2024 · 2 comments

Comments

@monasserymcp
Copy link

monasserymcp commented Aug 8, 2024

I keep getting an error Cannot find app with <my_bundle_id> 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
<my_bundle_id> 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
Copy link
Collaborator

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
Copy link
Author

monasserymcp commented Aug 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants