#ceo_code
1 messages · Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ceo_code, 20 hours ago, 28 messages
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1275750749040676905
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hello!
I tried to discover some readers with my android device, but I receive this error. Why it appears and how can I solve it ?
Could you please share the full error message?
error message : Debuggable applications are not supported in the production version of the localmobile reader. Please use a simulated version of the reader by setting DiscoveryConfiguration.isSimulated to true."
Is this in Live or Test mode?
test mode in on a real device on android
yep, same error
If I change to true, it will return me some dummy object, but with false it return me that error from above
yes, that's normal— if you're using a debuggable app, you have to use the simulated option, which gives you a 'dummy' object yes.
if you want to discover the real reader, it has to be a production build of your app(but you can use test mode API keys) that is not debuggable(https://developer.android.com/privacy-and-security/risks/android-debuggable).
ok, but I am not so sure that I am understand... So if I want to develop this tap-to-pay feature I have to develop somehow in production mode ?