react-native-socket-mobile
react-native-socket-mobile copied to clipboard
Not Attaching with Device
Hello,
I am using this plugin to add SocktMobile Scanner with my react native APP, I am successfully able to build and create APP but when I install it in IOS device its not connecting even when I am using your sample example with my Credentials.
I am really in need of some help to make it work with scanner, please.
Thanks, Vijay
@vijaypaliwal Had similar issue and was able to 'fix' it with instead of following exactly the example, to use SocketMobile.start({bundleId: YOUR_BUNDLE_ID, developerId: YOUR_DEV_ID, appKey: YOUR_APP_KEY}) not specifying the keys caused it to never validate the SDK for use.