iphoneApplicationIdentifier | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the bundle identifier for the current application. | ||||||
Introduced | 4.6.1 | ||||||
OS | ios | ||||||
Platforms | mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Function: iphoneSystemIdentifier | ||||||
Description | Use the iphoneApplicationIdentifier function to find the bundle identifier for the current application. The iphoneApplicationIdentifier function is useful (among other things) for creating a private folder in specialFolderPath("library") following Apple guidelines. |