StoreProducts.cs 311 B

12345678
  1. //Enter the Product Ids here. Note that for conformity, both Android and iOS should be named exactly the same.
  2. //HEADS-UP: Android must be all lowercase. So start with inputting on Google Developer Console first, since it is more finicky than Apple's
  3. public enum StoreProductId
  4. {
  5. lives_5,
  6. specialwave_5
  7. }