Marc Smith
Marc Smith
I have already read #1031 and [this](https://community.parseplatform.org/t/how-to-use-analytics/328) conversations on the community forum. This proposed solution is a simple and universal way to make the Analytics Tab usable with parse dashboard...
Gradle complains of an update when set to 0.0.4 ``` implementation "com.github.parse-community.ParseUI-Android:widget:0.0.4" ``` And fails when updated to 0.0.5 ``` implementation "com.github.parse-community.ParseUI-Android:widget:0.0.4" ``` I'm assuming this is because the JitPack...
Hi @nathantannar4, Do you have plans to release this app to the App Store in the near term? If not, Do you have any objections to me submitting it so...
There are a couple of instances I have observed where stale data persists 1. When deleting rows, we should just remove the table cell 2. When using text searching, no...
I have no idea how to **cleanly** send all of my scheduled push notifications ensuring: 1. the status of that push object is updated appropriately after sending and we don't...