dashed-slug.net › Forums › General discussion › Push notifications for the mobile wallet app we are building. › Reply To: Push notifications for the mobile wallet app we are building.
Hello,
Refreshing the page is definitely not the way to go.
There is NO support for push notifications.
Instead, to achieve near-time data display, the frontend does polling on the JSON-API. Normally the plugin does this automatically and you can control this in the frontend settings admin screen (see: “Wallets” -> “Frontend Settings” -> “Live polling settings”.
If you are building an application, you should be doing the same. Issue polling requests to the JSON API and refresh the data that you display, accordingly.
The email confirmation can be disabled in the admin settings. Go to “Wallets” -> “Confirms”, and you will find options to disable confirmation requirement, separately for internal transfers and for withdrawals. You can also control whether an admin must confirm each type of transaction.
with regards,
Alex