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
It would be great if one could pass an array of product ids to the Monetization.hasProduct function, instead of having to check each product id individually.
Something like this would be awesome:
const m = new Monetization(...);
const productIds = [12345, 23456];
m.hasProduct(productIds, spId)
.then(...)
.catch(...);
The text was updated successfully, but these errors were encountered:
fredrikstave
changed the title
Multiple products checks in hasProduct
Multiple products checks in hasProduct
Apr 27, 2018
It would be great if one could pass an array of product ids to the
Monetization.hasProduct
function, instead of having to check each product id individually.Something like this would be awesome:
The text was updated successfully, but these errors were encountered: