requestTrackingAuthorization method

void requestTrackingAuthorization()

FOR IOS ONLY. Prompts the user to give Authorization for Tracking.

If the user allows it, the ad Id will be stored and used for BitLabs Offers. If the user rejects it nothing will be stored.

Implementation

void requestTrackingAuthorization() {
  _getAdId(true);
}