How all the clover apps are interconnected? i.e when I logout in one app(register app) it's reflecting in another app(order app). any help will be appreciated also thanks in advance.
How all the clover apps are interconnected? i.e when I logout in one app(register app) it's reflecting in another app(order app). any help will be appreciated also thanks in advance.
In general android has several mechanisms that allow apps to communicate with each other: broadcasts, services and content providers. In most cases Clover information (inventory, orders, etc) is centrally located in an app with the package name com.clover.engine. This app is required by the clover-android-sdk and the connectors in our SDK connect to our engine app using standard android mechanisms.
No one has followed this question yet.