Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Jepplen's avatar
Jepplen
Expert Protege
3 years ago

How to associate SKU with assetID

Hi, I'm looking in to how to handle the association for SKU to assetId.

The AssetFile.GetList() objects supports assetId, but not sku
and IAP.GetProductsBySKU() supports sku, but not assetId.

One way would be to only send in a single SKU as argument to IAP.GetProductsBySKU and then handle and the 
How can I pair them in safe way?

1 Reply

Replies have been turned off for this discussion
  • Jepplen's avatar
    Jepplen
    Expert Protege

    Disregard this comment: One way would be to only send in a single SKU as argument to IAP.GetProductsBySKU and then handle and the 

    I didn't get that to work either.