We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes it easier during dev to pass another bundleId to siren to test the checks. (Different scheme for dev builds.)
Call happens here:
sp-react-native-in-app-updates/src/InAppUpdates.ios.ts
Line 30 in 1540576
Especially since it is added to IosStartUpdateOptions it feels like something that was forgotten.
IosStartUpdateOptions
The text was updated successfully, but these errors were encountered:
fix: add bundleId to checkNeedsUpdate
cd68528
closes SudoPlz#152
bundleId
No branches or pull requests
Sometimes it easier during dev to pass another bundleId to siren to test the checks. (Different scheme for dev builds.)
Call happens here:
sp-react-native-in-app-updates/src/InAppUpdates.ios.ts
Line 30 in 1540576
Especially since it is added to
IosStartUpdateOptions
it feels like something that was forgotten.The text was updated successfully, but these errors were encountered: