Application Keys
Choosing a Bundle Identifier / Package Name
The bundle ID is the unique identifier of your app. Bundle ID is the term used for iOS apps. For Android apps it is called Package name. This means that no two applications can have the same bundle identifier. To avoid conflicts, developers are encouraged to use reverse domain name notation for choosing an application's bundle identifier.
Generating Developer API Key
In the Holoboard environment, each application requires to be associated with a unique Developer API Key that you can enter in the ARCamera - Basic prefab in the Unity Editor. In order to register a new application, you must enter the Bundle Identifier/Package Name of your application and generated the associated APPID, which serves as the Developer API Key, from the Holoboard Developer Control Panel as shown below -
Go to the Holoboard Developer Control Panel
Sign In to your account under the Sign In tab using your Email ID/ Username and the password that was sent to your email.
Click on the Register tab on the left to open a form where you can register a new application by providing its Bundle Identifier/Package Name.
Enter a Name for your application.
Enter the Bundle Identifier/Package Name of your application in the Package field.
Select Type - Unity from the drop down.
Click on Register to generate a unique APPID for this application.
Managing Application Keys
You can also click on the List tab on the left to see and manage your previously registered applications and obtain their corresponding APPID(s) and Package names that you can use while building your application.