You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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)
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
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'
)
The text was updated successfully, but these errors were encountered: