You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no class definition in the code... class AppsFlyerConnector : MonoBehaviour
And how does it collect IAP data automatically or should I add a conversion event in didReceivePurchaseRevenueValidationInfo?
Do I need to add compiler flag for iOS an Android?
I managed to run it. You need to implement IAppsFlyerPurchaseValidation in script: AppsFlyerObjectScript and use the script to init AppsFlyerPurchaseConnector. I guess AF call this in low level code.
The documentation lacks of clarity and I'm confused in some parts.
https://github.com/AppsFlyerSDK/appsflyer-unity-purchase-connector/blob/master/docs/purchaseConnectorUnity.md#full-code-example
There is no class definition in the code...
class AppsFlyerConnector : MonoBehaviour
And how does it collect IAP data automatically or should I add a conversion event in
didReceivePurchaseRevenueValidationInfo
?Do I need to add compiler flag for iOS an Android?
The text was updated successfully, but these errors were encountered: