distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

FacebookAppPurchaseEvent - "currency" argument #255

Closed shamruk closed 8 years ago

shamruk commented 9 years ago

com.distriqt.extension.facebookapi.objects.FacebookAppPurchaseEvent class requires currency as a second argument, but I don't see where I can get it. com.distriqt.extension.inappbilling.Product has only currencySymbol : it could be $ (USD, Singapore dollar...). How can I get 3-letters currency code from Billing-ANE to use it in Facebook-ANE?

minimedj commented 9 years ago

As a workaround I publish all figures in American dollars to Facebook.

shamruk commented 9 years ago

Stuck with same workaround for now