1. SDK Help Center
  2. Data Collection & Processing

How do you ensure IDFA and IDFV data safety?

Our Face AR SDK and AI Video Editor SDK calculate software usage analytics using the hash function. The hash function takes IDFA and IDFV data as input data and generates a unique hash code to calculate the client’s SDK ID.

Once the client’s SDK ID is calculated, we immediately delete the input IDFA and IDFV data. It means it's impossible to retrieve the original IDFA and IDFV data from the client’s SDK ID which ensures its complete protection and safety.

The hash function provides a good encryption rate and is often used in blockchain solutions to ensure data processing security. You can read more about the hash function form Wikipedia.