-
Notifications
You must be signed in to change notification settings - Fork 448
Implement system (quiet) notification to alert users there is an Ad Grant available #1660
Comments
Just to add info: We will need to schedule this before it goes out on a fixed date/time, therefore the information in that notification will be dependent on the current info at schedule time (could be days before the ads BAT distribution day) |
Ideally we'd hook into the server and only alert users that will get ad grants. Not sure if this is feasible right now however. @tmancey can you please verify? If we schedule a notification for users that have ads enabled, the date will be the 6th of each month at 00:00 UTC which is a few hours after the grant processing has completed. My concern with this approach is:
|
If you want to have it be dynamically server based without relying on users being in the app to schedule it we'll need to setup a server to manage and send push notifications, but I assume this will cause privacy/security concerns since the server will have to know which device push token goes with what wallet? Likely would need discussion. Also not entirely sure if remote notifications work with silent/provisional notifications. Would have to do some more research. |
@anthonypkeane Is this MVP? If not, going to remove it from the milestone |
It’s on the icebox already meaning not in this release
… On Sep 25, 2019, at 07:39, Kyle Hickinson ***@***.***> wrote:
@anthonypkeane Is this MVP? If not, going to remove it from the milestone
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks for the confirmation, not sure why Terry added to milestone then |
Needs a defined scope:
|
TBD but for now use: Brave Rewards Ads
Open the browser and the Rewards Panel
As we discussed, we should only send this notification if there is an ad grant. You mentioned checking for ad count as a way to do this.
No
|
Reluctantly moving to 1.15, missing the first ad grant claim :( |
What in particular do you need help with here? |
Discussion about
here: https://bravesoftware.slack.com/archives/CKA10H3AS/p1573859707000100 |
Update: Trigger point for scheduling this notification: Schedule: Any time an ad is shown, if no notification is scheduled, schedule it. |
Simplified Logic:
|
Updated copy Claim your Brave ad rewards Taping should open Brave with the panel open |
These notifications are scheduled based on when a user sees ads are always scheduled for the following month. They are only cancelled if the user successfully claims an ad grant
These notifications are scheduled based on when a user sees ads are always scheduled for the following month. They are only cancelled if the user successfully claims an ad grant
These notifications are scheduled based on when a user sees ads are always scheduled for the following month. They are only cancelled if the user successfully claims an ad grant
These notifications are scheduled based on when a user sees ads are always scheduled for the following month. They are only cancelled if the user successfully claims an ad grant
Once a month on ad grant reconciliation day alert users via a system notification (quiet notification) that they have BAT to collect.
Details on (quiet) notification: http://iosbrain.com/blog/2018/07/05/new-in-ios-12-implementing-provisional-authorization-for-quiet-notifications-in-swift/
Placeholder while I gather the details: @tmancey I will need you help spec'ing out this issue.
The text was updated successfully, but these errors were encountered: