AppsFlyerSDK / appsflyer-flutter-plugin

Flutter Plugin for AppsFlyer SDK
MIT License
148 stars 116 forks source link

403 Error Code - Forbidden #254

Closed dnzzcn closed 7 months ago

dnzzcn commented 1 year ago

We added the package to our flutter project. We correctly set up the sdk with correct dev key and app id. However, we cannot use the service since all of our attempts results in 403 message.

Here is the error report returned after the sdk sends the first message:

Result: { data = {length = 9, bytes = 0x666f7262696464656e}; dataStr = forbidden; retries = 0; statusCode = 403; taskIdentifier = 3; }

There is not much to talk about really, there are 6 lines of codes and the sdk doesn't work. What do we do?

swiftymf commented 1 year ago

I'm also having this issue after having used AppsFlyer for some time. Can someone look into this?

mkobuolys commented 1 year ago

This is expected when using the free (Zero) plan: https://dev.appsflyer.com/hc/docs/testing-android#i-get-response-403-on-install-or-event-recording

I would suggest closing the issue.