Discussions

Ask a Question
Back to All

adapty appsflyer integration not working

Greetings,

One or more analytical events failed to reach AppsFlyer (iOS). Check that your AppsFlyer (iOS) credentials are valid.

extension AppDelegate: AppsFlyerLibDelegate {
// Handle Organic/Non-organic installation
func onConversionDataSuccess(_ data: [AnyHashable: Any]) {
ConversionData = data
Adapty.updateAttribution(data, source: .appsflyer, networkUserId: AppsFlyerLib.shared().getAppsFlyerUID())
}

func onConversionDataFail(_ error: Error) {
}

}

I don't know what this actually issue.