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

bundleId is undefined in IOS #168

Open
pablonunessilva opened this issue Feb 1, 2024 · 4 comments
Open

bundleId is undefined in IOS #168

pablonunessilva opened this issue Feb 1, 2024 · 4 comments

Comments

@pablonunessilva
Copy link

I’m try to using this library in IOS device with Expo and always get the same error “ bundleId is undefined”.

I did all steps in “readme”.

It works in Android device!

Help me! Please 😰

@SudoPlz
Copy link
Owner

SudoPlz commented Feb 2, 2024

can you share some code? how are you passing bundleId ?

Also, you can debug (by adding a console.log within our library code on your local project, to check why it's not there on your case)

@pablonunessilva
Copy link
Author

pablonunessilva commented Feb 2, 2024

I solved my problem !🙌🏼

I changed the way functions exportation for module exports in file react-native-device-info.js, becase in the lib react-native-device-info is exported for module.

Sorry about my english 😂

Thanks!
Captura de Tela 2024-02-02 às 15 12 09

@thiagolago1
Copy link

I solved my problem !🙌🏼

I changed the way functions exportation for module exports in file react-native-device-info.js, becase in the lib react-native-device-info is exported for module.

Sorry about my english 😂

Thanks! Captura de Tela 2024-02-02 às 15 12 09

Hey Pablo, can you show me your complete code? Including the part about using the sp-react-native-in-app-updates lib? I'm having problems here. Thanks.

@krishchilvery
Copy link

Hello, I found this documentation which solved my issue:

https://github.com/SudoPlz/sp-react-native-in-app-updates?tab=readme-ov-file#expo

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

4 participants