Android广告ID兼容性

时间:2013-11-26 15:21:23

标签: android advertising

宣布Android广告ID被“强制”替换为Android ID,Google未提及兼容性问题。

使用iOS时,新的广告标识符从~6.0引入,而不是向下兼容。

现在如何通过Android管理?我们是否需要对前Android ID进行回退,或者每个api版本是否支持新标识符?本手册未涉及这些问题。

1 个答案:

答案 0 :(得分:0)

  

要求

     

Google Play服务4.0+支持广告ID API   特定设备上广告ID的支持取决于其已安装的Google版本

播放服务

从提供的示例中

public void getIdThread() {

  Info adInfo = null;
  try {
    adInfo = AdvertisingIdClient.getAdvertisingIdInfo(mContext);

  } catch (IOException e) {
    // Unrecoverable error connecting to Google Play services (e.g.,
    // the old version of the service doesn't support getting AdvertisingId).
  }
}

如果用户的设备未更新为所需版本,则需要处理异常。