SG6 GAME v1.2版本的 MD5 值为:e05d9d2dd2bb5cc643956d31ab441e99

以下内容为反编译后的 AFd1kSDK.java 源代码,内容仅作参考


package com.appsflyer.internal;

import com.appsflyer.AppsFlyerLib;
import com.appsflyer.PurchaseHandler;
import java.util.Map;
import org.json.JSONObject;
public final class AFd1kSDK extends AFd1qSDK {
    private final AFb1cSDK afInfoLog;

    public AFd1kSDK(Map<String, Object> map, PurchaseHandler.PurchaseValidationCallback purchaseValidationCallback, AFc1zSDK aFc1zSDK) {
        super(AFd1vSDK.PURCHASE_VALIDATE, new AFd1vSDK[]{AFd1vSDK.RC_CDN}, aFc1zSDK, null, map, purchaseValidationCallback);
        this.afInfoLog = aFc1zSDK.AFInAppEventParameterName();
        this.valueOf.add(AFd1vSDK.CONVERSION);
    }

    @Override
    protected final AFc1nSDK<String> AFKeystoreWrapper(String str) {
        StringBuilder sb = new StringBuilder();
        sb.append(String.format("https://%sviap.%s/api/v1/android/validate_purchase?app_id=", AppsFlyerLib.getInstance().getHostPrefix(), AFa1dSDK.valueOf().getHostName()));
        sb.append(this.afInfoLog.values.AFInAppEventParameterName.getPackageName());
        String obj = sb.toString();
        String jSONObject = new JSONObject(AFVersionDeclaration()).toString();
        StringBuilder sb2 = new StringBuilder();
        sb2.append(this);
        sb2.append(": preparing data: ");
        sb2.append(jSONObject);
        AFc1pSDK.AFKeystoreWrapper(sb2.toString());
        ((AFd1nSDK) this).afDebugLog.valueOf(obj, jSONObject);
        return ((AFd1nSDK) this).afErrorLog.AFInAppEventParameterName(AFVersionDeclaration(), str);
    }

    @Override
    public final boolean AFInAppEventType() {
        if (((AFd1nSDK) this).AFLogger == null || ((AFd1nSDK) this).AFLogger.getStatusCode() != 503) {
            return super.AFInAppEventType();
        }
        return true;
    }
}