Beispiel #1
0
 // Construct IAP product data with their App Store identifiers
 private void RequestProductData(ConfigurationBuilder builder)
 {
     for (int i = 0; i < realIDs.Length; i++)
     {
         IAPObject obj = GetIAPObject(realIDs[i]);
         builder.AddProduct(obj.id, obj.type, obj.GetIDs());
     }
 }