I'm getting a crash when running this project.
It seems the wrong call is in [SM3DARController verifyAuthorizedUsage].
It is trying to call [UIDevice naiqueIdentifier] instead of [UIDevice uniqueIdentifier].
However, bear in mind that this is deprecated since iOS 5: https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIDevice_Class/DeprecationAppendix/AppendixADeprecatedAPI.html
You should replace it with any of the suggested methods discussed here:
http://stackoverflow.com/questions/6993325/uidevice-uniqueidentifier-deprecated-what-to-do-now
http://stackoverflow.com/questions/7273014/ios-unique-user-identifier
I'm getting a crash when running this project.
It seems the wrong call is in [SM3DARController verifyAuthorizedUsage].
It is trying to call [UIDevice naiqueIdentifier] instead of [UIDevice uniqueIdentifier].
However, bear in mind that this is deprecated since iOS 5: https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIDevice_Class/DeprecationAppendix/AppendixADeprecatedAPI.html
You should replace it with any of the suggested methods discussed here:
http://stackoverflow.com/questions/6993325/uidevice-uniqueidentifier-deprecated-what-to-do-now
http://stackoverflow.com/questions/7273014/ios-unique-user-identifier