question

omkar avatar image
omkar asked omkar commented

Debug bugs on my clover App after release on clover market

Hello dev, I had published one app on clover market & one of its functionality not working for 2-3 merchant for others its working fine so can any one suggest how can i find out the cause of problem without taking his main account credentials,Is there any way?

Thank you,

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Arjan Dehar avatar image
Arjan Dehar Deactivated answered omkar commented

One idea is that you could add some logging infrastructure to your server and app. For example, you could have your app check your server to determine if it should enable "verbose logging mode." With "verbose logging mode" enabled, your app could send logging/debug messages to your server which you could use to debug the problem. This may be a significant amount of work to do yourself, so you may want to investigate 3rd party libraries/services like Crashlytics.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

omkar avatar image omkar commented ·

Hey Thanks Arjan for suggestion will try Crashlytics :)

0 Likes 0 ·

Welcome to the
Clover Developer Community