collectDeviceIdentifiers static method

Future<void> collectDeviceIdentifiers()

Automatically collect subscriber attributes associated with the device identifiers $idfa, $idfv, $ip on iOS $gpsAdId, $androidId, $ip on Android

Implementation

static Future<void> collectDeviceIdentifiers() async {
  return rc.Purchases.collectDeviceIdentifiers();
}