Wifi sync with core data library style [closed] - cocoa-touch

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I'm new at wifi sync, where do I start on how to wifi sync a core data library between iPhone and mac apps ? Require a merge sync, no overwrite.

Related

Lock Screen notifications flutter [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
How would you implement notifications in flutter both in the navigation drawer and the lock screen notifications?
I don't seem to get a way to do that

Can the affdex SDK be used for eye tracking? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to track the positions of eye balls in every frame (eye tracking) using affdex. Is this possible?
Affdex SDK does not perform eye tracking.
here's a list of what it does track:
https://developer.affectiva.com/metrics/

How to detect Find My iPhone program xcode? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How to use xcode 7.1 to make an app that will detect a status of the app "Find My iPhone" for iOS8 and iOS9. please help me
There is no (public) API to retrieve this information.

Save mp3 file into iphone music library [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I would like to interact with the mp3 player the iPhone: Is possible to save a .mp3 file into Iphone music library programmatically?
If you aren't planning on distributing this through Cydia then the answer is no this isn't possible. However, if you are going the jail break route check out libiPodImport by H2CO3.

How can I make a Mac application having an icon only in the menu bar? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm very new to developing for the Mac, and I'm trying to write a Cocoa application whose only presence is in the system menu bar, and does not appear in the Dock. Dropbox, Alfred, and Quicksilver do this (or can be configured to do this). Thank you.