Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

af_purchase is not getting logged for ios #600

Closed
aturch opened this issue Jan 14, 2025 · 0 comments
Closed

af_purchase is not getting logged for ios #600

aturch opened this issue Jan 14, 2025 · 0 comments

Comments

@aturch
Copy link

aturch commented Jan 14, 2025

Report

Plugin Version

6.15.1

On what Platform are you having the issue?

ios

What did you do?

await appsFlyer.logEvent(
"af_purchase", // AppsFlyer predefined event name for purchases
{
af_revenue: amount, // Revenue amount
af_currency: currency, // Currency code (e.g., USD)
},
(result) => {
console.log("Revenue event logged successfully:", result);
},
(error) => {
logger.logError("Error logging revenue event:", error);
}
);

What did you expect to happen?

I expect revenue to be logged for android and ios. It works for android but not for ios.

What happened instead?

No revenue gets logged

Please provide any other relevant information.

I have only one record logged for ios, probably when I was testing in app events via revenue cat sandbox

@aturch aturch closed this as completed Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant