AppInstaller Files
This requires the user to be updated to ROBLOS v1.0.4
Last updated
Was this helpful?
This requires the user to be updated to ROBLOS v1.0.4
Last updated
Was this helpful?
The .appinstaller
file is used to prompt a user to download an application from the App Store
Here is some example .appinstaller
xml.
Capabilities Flags
The AppInstaller Attributes include id, publisher, and version. This is what appears on the application prompt. Not on the actual applicaton.
AppInstaller.id = Application ID off of https://application.novarietygames.xyz (This is the app ID that you want to install) AppInstaller.publisher = The application prompt publisher AppInstaller.version= The application prompt version AppInstaller.Capabilities= What is the application going to do? Does it access certain places. Let the user know what this application does
The more info button gives the application information from app store.
Once you have created your xml file, you can now use commit to prompt the user to download the application.