Example #1
0
 // @return (Natukaship.AppVersion) Receive the version that can fully be edited
 public AppVersion EditVersion(string platform = null)
 {
     return(AppVersion.Find(this, appleId, false));
 }
Example #2
0
 // @return (Natukaship.AppVersion) Receive the version that is currently live on the
 //  App Store. You can't modify all values there, so be careful.
 public AppVersion LiveVersion(string platform = null)
 {
     return(AppVersion.Find(this, appleId, true));
 }