Hi,
now the bundle id is correct, but you have to use some parameters in RadaeePDFPlugin.activateLicense method to activate the license.
The comment shows what you should use (company name, email, license key).
Anyway, after you call RadaeePDFPlugin.activateLicense, you have to call also one of the listed method to open a pdf file, but in your project this step is missing.
To check the SDK with a demo license, you can use this data:
licenseType: 2,
company: 'Radaee',
email: 'This email address is being protected from spambots. You need JavaScript enabled to view it.',
key: '89WG9I-HCL62K-H3CRUZ-WAJQ9H-FADG6Z-XEBCAO'
But you also have to use an opening method to show the pdf (if you call an open method with an invalid license, you will be able show the pdf but with a demo watermark).