Coding Error .... unresolved identifier

June '16. Hello. I have pasted the lines below from the Estimote Notification application into one I’m building and using the the Estimote SDK. Unfortunately, I receive a 'Use of unresolved Identifier “Beacon Notification Manager or Beacon ID”

Code line in error:

let beaconNotificationsManager = BeaconNotificationsManager()

and

BeaconID(UUIDString: “B9407F30-F5F8-466E-AFF9-25556B57FE6D”, major: 28345, minor: 32093),

I believe I have something wrong with where my application is ‘looking’ for the Estimote SDK. The Estimote SDK is in the framework and I have a header file for importing the SDK too.

This error is almost certainly mine and not with the SDK.

Any advice will be greatly appreciated.

Thank you.

You also need to copy all the “helper” files/classes from the “Estimote” directory inside the “Notification” app. Just drag-n-dropping them into your Xcode project should be enough.

Thank you. I got it to work by just take the code of those files and putting them in my app delegate file. It was the only way I got things to work.