Browse Source

Added note on Android package name restrictions

Björn Ritzl 2 years ago
parent
commit
2816f608c2
1 changed files with 1 additions and 1 deletions
  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.
 An integer value indicating the version of the app. Increase the value for each subsequent update.
 
 
 #### Package
 #### 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
 #### Gcm Sender Id
 Google Cloud Messaging Sender Id. Set this to the string assigned by Google to enable push notifications.
 Google Cloud Messaging Sender Id. Set this to the string assigned by Google to enable push notifications.