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.