-
Sorry, i don't understand your answer. If i track a purchase of the sku1 with Id:100, where is the benefit to track the same sku1 with another Id (101 for example) for consuming ? Can you explain me why it is more interestant to do that ?
Acutually i understand that you give a numerical Id for a sku to track all the operation about this sku.
-
the id is more relate to a junction of process and sku, so to keep code clear use different id, so example
sku1
purchase sku1 id 10
consume sku1 id 11
sku2
purchase sku2 id 20
consume sku2 id 21
hope this make sense
so when you need to review your code in the future you quickly get the values, at least they do for me.
-
Ok Fernando ! Thank you so much for this advice ! I will do that too !
Have a nice day !
-
good side about in-App, is just like a bicycle, when you learn to handle you never forget!, good luck.