Hi Rik,
It is correct the dashboard shows only data for the day before.
When waiting a day is too long, then you could verify it is working correctly by using debug logging. You can enable debug logging by changing a property on the Plot service in the AndroidManifest.xml. When integrated using the AAR version of our library you can just add this snippet to your AndroidManifest.xml:
<service android:name="com.plotprojects.retail.android.PlotBackgroundService"
android:exported="false">
<meta-data android:name="debug" android:value="true" />
</service>
Setting debug to
false disables the debug logging functionality.
You can then mail the debug log to yourself using Plot.mailDebugLog(). For now that method doesn't work that well with the Inbox app, but it works fine with GMail.
Please let me know when something is still unclear.
Kind regards,
Mark van der Tol
Plot Projects