Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

License file does not exist in the specified bundle iOS app

Tags:

Terminating app due to uncaught exception 'MBInvalidLicenseResourceException', reason: 'License file blinkid-swift_license does not exist in specified bundle'.

This is the error which I'm getting while integrating the sample iOS SDK into my iOS application. The license file is put there inside the main folder only. PFA for your reference.

Please click here for the screenshot with error

like image 696
Neeraj Shukla Avatar asked Jul 04 '18 05:07

Neeraj Shukla


1 Answers

Can you please check if you are using correct Bundle ID in Target - General?

INFO: The most common reason why license check fails is that bundle ID does not match the one used in generating the license. As a first step, please double check that this is correct. It also helps to clean project after bundle id change prior to build.

Regards

like image 101
culoi Avatar answered Sep 28 '22 19:09

culoi