iphoneApplicationIdentifier

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
iphoneApplicationIdentifier()
Summary

Returns the bundle identifier for the current application.

Introduced4.6.1
OSios
Platformsmobile
Example
put iphoneApplicationIdentifier() into tAppID
put specialFolderPath("library") & "/" & iphoneApplicationIdentifier() into tAppLibraryFolder
Values
NameTypeDescription
return

The iphoneApplicationIdentifier function returns the identifier specified in the iOS standalone settings.

RelatedFunction: 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.