-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Description
segmentio/analytics-react-native#277 (mirrored Appboy/appboy-segment-android#25)
We have an issue where a mutual customer is expecting to be able to pass product_id as the Id field on product objects, but only id is working. I believe it's because when deserializing Product objects, the Android code is expecting id instead of product_id
| private static final String ID_KEY = "id"; |
Is that understanding correct? I think this may only really come up with react native type integrations, where things aren't typed by integrators using the Java objects before being passed into Segment.
Metadata
Metadata
Assignees
Labels
No labels