react-native-socket-mobile icon indicating copy to clipboard operation
react-native-socket-mobile copied to clipboard

Not Attaching with Device

Open vijaypaliwal opened this issue 6 years ago • 1 comments

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 avatar Oct 03 '19 06:10 vijaypaliwal

@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.

TheDude70 avatar Nov 21 '19 04:11 TheDude70