SudoPlz / sp-react-native-in-app-updates

An in-app updater for the native version of your react-native app.
MIT License
491 stars 66 forks source link

Pass bundleId to Siren.performCheck? #152

Open robbeman opened 1 year ago

robbeman commented 1 year ago

Sometimes it easier during dev to pass another bundleId to siren to test the checks. (Different scheme for dev builds.)

Call happens here: https://github.com/SudoPlz/sp-react-native-in-app-updates/blob/154057630d77f437d6edbd74fcc2009c83981ab6/src/InAppUpdates.ios.ts#L30

Especially since it is added to IosStartUpdateOptions it feels like something that was forgotten.