Hashed Id for facebookAds testing device?

I want to know the hashed device id for testing facebook ads. We can get it in the console, but it would be great if we could get through programming and add devices for testing Facebook on Facebook, since I want to get a device without hard code a hashed device Id evertime

+4
source share
1 answer

Update: The frame is FBAudienceNetworkupdated, and the correct way to get the hash memory of the device is to do this programmatically:

NSString *deviceHash = [FBAdSettings testDeviceHash];

, - , , , .


: , Facebook - , . , , , . , .

: , -.

+2

All Articles