MobileApplication
From Xojo Documentation
Class (inherits from Object)
This class is supported on Mobile. Use #If...#Endif with the Target... constants to ensure you only use this class where it is supported. |
The base class for mobile applications.
Constructors | |
|
Events | ||||||||||
|
Methods | ||
|
Properties | |||||||||
|
Notes
Changing Your App Name via Code at Build Time
You can change the iOS App Name using an IDE Script like this:
PropertyValue("App.iOSAppName") = "MyApp"
To accept files shared with your app from other iOS apps, make sure you have defined a file type you wish to be able to receive. When the user shares a file with your app (via the Files app or the Sharing Panel), the HandleURL event will fire with the file will be passed as a file URL.
Compatibility
Mobile project types on iOS.