thelight413
thelight413
sduval215, did you figure out a solution? I'm stuck on this too.
@jayhack, I was adding the line items incorrectly.Add this code before initializing graphClient in RNShopifyModule.java file ``` HttpLoggingInterceptor logging = new HttpLoggingInterceptor(); logging.setLevel(HttpLoggingInterceptor.Level.BODY); OkHttpClient client = new OkHttpClient.Builder() .addInterceptor(logging) .build();...
I having this issue even using a bluetooth reader.
I'm using my android phone and an android tablet. I was also having issues connecting to the reader even if it was discovered. But only on a fresh install, not...
@rlfrahm I even recreated the issue on the example app. I am using render as a backend.
@rlfrahm for your issue, did you wait till the sdk initialized?