-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Record IDFV For Internal Billing #1595
Comments
Will it still go through
With #1553, |
I'm torn, but I'm leaning towards As for implementation, I'm thinking that an Async HTTP GET could be fired off from @1ec5 What do you think ^ ? |
That may work for now, but #1553 would cause |
Ah yeah... was just noticing that there's always and instance of
Agreed. The logical way now seems to add this as a regular event and do a quick flush from the startup block in |
Thanks for the feedback @1ec5. Could I trouble you one last time to review the workaround for Turnstile events? I've tested on device and it works in both Opt In and Opt Out. To be clear, when Opt Out is enabled this is the ONLY event that always gets sent in. This is done in order to reuse |
…Events init method to ensure it only gets called once
Latest rounds of feedback enhancements have now been made and tested. Will wait for Travis to complete and will then merge. |
…ucture. Adding event, created, and appBundleId to posted Turnstile Event data model.
Refactored, Tested, Travised, and now Merged. |
In order to Mapbox to monitor usage for billing purposes, it needs to be able to count the number of Unique Users per customer. This will be done using the iOS's IDFV.
One
MapboxEndUser
event will be sent to the Mapbox Events API from theMGLAccountManager
constructor. This is possible because all implementing apps will need to / eventually will call directly or indirectly (ex:-[MGLMapView setAccessToken]
) at some point:+[MGLAccountManager setAccessToken:]
+[MGLAccountManager setMapboxMetricsEnabledSettingShownInApp:]
@mapbox/mobile @mapbox/mobiledata @pdgoodman
The text was updated successfully, but these errors were encountered: