You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently implemented sku behavior using BranchUniversalObject. We have a console tool in our app that prints out summaries of these branch events for our QA teams. It looks like properties like cononicalIdentifier, title and a few others are printed but not the sku property.
BNCDebugStringFromObject is exhaustive but not human readable like simply calling .description.
Could you include all the branch provided properties on the default description?
The text was updated successfully, but these errors were encountered:
We recently implemented
sku
behavior usingBranchUniversalObject
. We have a console tool in our app that prints out summaries of these branch events for our QA teams. It looks like properties likecononicalIdentifier
,title
and a few others are printed but not thesku
property.BNCDebugStringFromObject
is exhaustive but not human readable like simply calling.description
.Could you include all the branch provided properties on the default description?
The text was updated successfully, but these errors were encountered: