Hi everyone!
I added to my Unity game the GameAnalytics SDK (https://github.com/GameAnalytics/GA-SDK-UNITY)
when i compile the xcode project it give me a lot of error like this:
No known class method for selector 'addBusinessEventWithCurrency:amount:itemType:itemId:cartType:autoFetchReceipt:fields:'
for example on: [GameAnalytics addBusinessEventWithCurrency:currencyString amount:amountInteger itemType:itemTypeString itemId:itemIdString cartType:cartTypeString autoFetchReceipt:TRUE fields:fields_dict];
can everyone help me?
i searched on internet and i find nothing about...
↧