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

validateAndLogInAppPurchase crash #45

Open
mori1234 opened this issue Jan 2, 2024 · 0 comments
Open

validateAndLogInAppPurchase crash #45

mori1234 opened this issue Jan 2, 2024 · 0 comments

Comments

@mori1234
Copy link

mori1234 commented Jan 2, 2024

AppsFlyerXApple::validateAndLogInAppPurchase(productIdentifier, price, currency, tranactionId, params, [=](cocos2d::ValueMap result) {
successBlock(result);
}, [=] (cocos2d::ValueMap error) {
failureBlock(error);
});
==> crash

= ---> &
AppsFlyerXApple::validateAndLogInAppPurchase(productIdentifier, price, currency, tranactionId, params, [&](cocos2d::ValueMap result) {
successBlock(result);
}, [&] (cocos2d::ValueMap error) {
failureBlock(error);
});
==> No Crash

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

2 participants