

Please complete your payment or register your bundle ID, and this request feature will work.
BUNDLE FILES ON WINDOWS WINDOWS
It can be from Linux or you can export nessecity certificates from Windows Store manually through certmgr. You must provide a file with root and intermediate certificates with your app on Windows.
BUNDLE FILES ON WINDOWS LICENSE KEY
If you can’t find the Request License Key for Windows Beta Usage link, you either have no license entry (which could mean your payment is open), or you haven’t yet registered your actual bundle ID with your license. A CA certificate directory (root) exist by default on windows Like the directory /etc/ssl/certs/ under linux, which is a list of CA certificate. If you have a different scheme, please let us know and we will consider your case. We approve these IDs manually and will add them if they match the above scheme. Note that you can reserve your package name on the Microsoft Store before publishing your app.

If your product is named FaxSender and your company name is OKBX Corporation, then your bundle ID will likely look like this:. Please ensure you have registered the actual bundle ID beforehand, and that the beta/testing ID is recognizable as such. Development and Testingįor development and testing, you can request additional bundle IDs from our license portal. Please note that these IDs are case sensitive, so make sure you register the correct case variant. Once a bundle ID is registered in the PSPDFKit license portal, it can’t be changed. This has to be an explicit ID, meaning an ID that is unique and does not contain a star (*) value. PSPDFKit bases your license on the bundle ID you provide. NOTE: Bundle files are referenced by the programs below and should not be opened manually. Once open, click on the Packaging tab and you will see the Package name field displayed. Most bundle files can be found within the /System/Library directory others are stored in application or applications support folders. In Visual Studio, you can edit the package name by double-clicking on the Package.appxmanifest entry in the Solution Explorer. Please note that the terms package name and bundle ID are generally used interchangeably. This file is called Package.appxmanifest, and it is an XML file that contains the properties and settings required to create your app package. This string, the package name, is located in the name attribute of the Identity element in your app’s manifest file. This is a string specified during development, often in the form of -name, or sometimes as a GUID. Every Windows UWP app requires a unique identity to work.
