Posts

Post not yet marked as solved
2 Replies
1.2k Views
Hi, I created a standalone Watch App with the movement disorder entitlement contained within the profiles for the application (i have unique profiles and app id's for each of the three targets for the watch app). The entitlement added in the profiles is called 'Movement Disorder Entitlement Template (Dev)'. To build I turned off automatic signing for each target and imported its own provisioning profile with the entitlement. The application builds fine. When I run I get the following:2020-01-03 12:36:37.159615-0500 TestWatchHelloWorld4 WatchKit Extension[2372:175608] [Health] {"msg":"Usage of CMMovementDisorderManager requires a special entitlement. Please see for more information https://developer.apple.com/documentation/coremotion/cmmovementdisordermanager", "event":assert, "condition":isEntitled}How can I check in xCode project to verify the application is using the profile with the movement disorder manager entitlement template?Thanks in advance.Update 01-19-2020:I worked with support and was able to resolve. Approval of my application id for the entitlement was added and I needed to add a key to the entitlements file for the project. All is working now!
Posted Last updated
.
Post marked as solved
1 Replies
907 Views
Hello, basic 101 question. I have collection of images that may contain my company logo on it. Can I use vision to see if they are similar?For example my logo is the same but may be on multiple trucks. Is Vision a good fit to tell me the probability of the image conains my logo by comparing them? Thanks in advance!
Posted Last updated
.