-
Notifications
You must be signed in to change notification settings - Fork 144
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
NSTaggedPointerString error #671
Comments
We're experience the same thing and are not able to track events like TRIAL_STARTED and PURCHASE. Are there any updates in this issue? |
@felipeclopes No, unfortunately no updated. We decided to remove branch from our project. |
Hey @marcelkipp @felipeclopes Can you provide additional information about your build environment? Please note that |
I created this PR fixing the issue on IonicNative - so now the IonicNative Branch library has the correct method |
@echo-branch this issue can be closed. |
I have an issue with using the sendCommerceEvent-Method of the module. As soon as I'm calling the method my ios app is crashing with the following error:
I am calling the method as following in my component:
NSTaggedPointerString countByEnumeratingWithState in Line 320 in the file BranchSDK.m
`var metadata = {
customerEventAlias: 'Purchase Event',
transactionID: this.buyInfo.transaction.original_transaction_id,
currency: this.buyInfo.currency,
revenue: this.buyInfo.prices,
shipping: 0,
tax: 0,
coupon: 'test_coupon',
affiliation: 'test_affiliation',
description: 'Test add to cart event',
searchQuery: 'test keyword',
customData: this.buyInfo
};
Does anyone had this issue before or do I send wrong data to the plugin?
The text was updated successfully, but these errors were encountered: