Explorar el Código

Added note on Android package name restrictions

Björn Ritzl hace 2 años
padre
commit
2816f608c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/en/manuals/project-settings.md

+ 1 - 1
docs/en/manuals/project-settings.md

@@ -441,7 +441,7 @@ Specifies which payload JSON field should be used as notification text. If left
 An integer value indicating the version of the app. Increase the value for each subsequent update.
 
 #### Package
-Package identifier.
+Package identifier. Must consist of two or more segments separated by a dot. Each segment must start with a letter. Each segment must only consist of alphanumeric letters or the underscore character.
 
 #### Gcm Sender Id
 Google Cloud Messaging Sender Id. Set this to the string assigned by Google to enable push notifications.