Post

Replies

Boosts

Views

Activity

MapKit JS in Angular 9
Hi everyone,I've been trying to implement MapKit JS in an Angular 9 project but so far I have not been able to succeed so I hope someone here has some experience with that. What I've tried:Following this demo I was able to create a page as a html file from a NodeJS backend but I can't add that to an Angular project. Adding the code to an Angular html file doesn't work as Angular strips out the script tags.Also tried this npm package but I couldn't get it to work unfortunatelyDoes anyone have an idea how to get this done? Or is it just way too difficult at this point?Must say I do not have much experience with plain JavaScript. For Google Maps there is an Angular package which works quite well but I'd prefer to use Apple's MapKit so I really hope someone can help me with this.Many thanks in advance!Kind regards, Tim
0
0
1.2k
May ’20
Is there a way to know users have enabled pausing their Activity Rings?
Hi everyone, With iOS 18 and watchOS 11 it is possible to pause your activity rings so that a streak is not broken when you are ill or something like that. When we request data from the HealthStore, is there a way to know that a user has set this option for a particular date or period? Or will the data for that date just return nil for all 3 ring values or even skip the day in the dataset? I have an app in which I also keep track of people's streaks, so it would really useful to know if the activity rings are paused. Thanks in advance!
1
0
573
Jun ’24
Can you match a new photo with existing images?
I'm looking for a solution to take a picture or point the camera at a piece of clothing and match that image with an image the user has stored in my app. I'm storing the data in a Core Data database as a Binary Data object. Since the user also takes the pictures they store in the database I think I cannot use pre-trained Core ML models. I would like the matching to be done on device if possible instead of going to an external service. That will probably describe the item based on what the AI sees, but then I cannot match the item with the stored images in the app. Does anyone know if this is possible with frameworks as Vision or VisionKit?
2
0
742
Jun ’24