Example #1
0
 /// <summary>
 /// Returns the string that identifies your application to the system.
 /// </summary>
 /// <returns>The bundle identifier.</returns>
 public string GetBundleIdentifier()
 {
     return(PlayerSettings.GetBundleIdentifier());
 }
Example #2
0
 /// <summary>
 /// Returns the string that specifies build version number of the bundle.
 /// </summary>
 /// <returns>The bundle version.</returns>
 public string GetBundleVersion()
 {
     return(PlayerSettings.GetBundleVersion());
 }