Is there any way that use apple watch to control iPhone? - apple-watch

When I read a book on my iPhone, I don't want to turn the pages with my hands every time. As we know , we can take photos with iPhone and use apple watch to press the shutter. So Is there a way that I can scroll pages use apple watch's digital crown?

Related

How can Apple Watch listen to data change on iPhone?

Let's say the iPhone has a text field or any internal data, upon the data change, I want to push it automatically to the Apple Watch. I know I can use the share data. But that seems to require user to initiate the call (e.g. pressing a button) on the Watch. Is there a listener on the Apple Watch that I can use if there is a change in the shared data? Or there is way for the iPhone to automatically push data to the watch, and the watch just receive it and display it? Or any other way?
You can see this answer. MMWormhole seems a good way to communicate between App and its extensions (i.e. Watch App).
Hope this helped.

Apple Watch and iphone communication

I am implementing apple watch app with in my existing app.I need to full fill these task between both iphone and watch
1) sending data from watch to iphone Done (by using openParentApplication).
2) getting call back also done (using openParentApplication call back method)
3) I need to get apple watch notify when user click on a button on iphone app .I have implemented reverse functionality using openParentApplication.
I stuck how to update apple watch UI after user click on any button or any particular task happen on iphone app.
Please let me know is there any way to perform passing event and data from iphone to apple watch
Please use this link https://github.com/mutualmobile/MMWormhole for communication between iphone and watchKit.
You should checkout the new WCSessionDelegate is watchOS 2.0. It can be implemented on both the Apple Watch and contains multiple methods for sending data back and forth between the two devices. Detailed information can be found in the WWDC video Introducing Watch Connectivity

Is it possible to record the things happening on an iPhone/iPad screen without Jailbreaking?

I would like to record the video of things happening in an iPhone/iPad screen. Here there is a change from usual applications available, that records device screen(view inside) from an application. I need to record things from the home screen of the device even the application(which records) is in background. Is it possible to implement?.
Also I wish to save this captured video to the iPad. (inside the application sandbox)
No. Even if you will find a way to do Apple will reject this app.

Can I make an app that toggles on and off the iPhone's bluetooth?

I have been looking around for an answer to this, but haven't been able to find anything. Can I toggle on/off my iPhone's bluetooth signal from an app. I hate the process of doing it through the settings app.
I don't have any desire to get this approved through the app store, I just want it for use on my phone (very similar to the Android functionality).
Yes! Jeff Broderick made a handy site that lets you add a shortcut icon to your home screen to do this sort of thing. http://brdrck.me/settings/
I use it for Airplane Mode and Wifi. Haven't tried the Bluetooth, but I'd imagine it works as well as the others.

How to render the iphone device screens on mac OS or in windows

We have an iphone device in our company and for the remote demo purpose I have to show some of the device specific features like voice call, accelerometer etc. (which is not possible on a iphone simulator), from a mac / windows system. Is there any way to render the device screens on mac /windows machine?
Advance Thanks,
Sathish
I have not tried this but there is a private API MPTVOutWindow which can be used. For details on how look at this blog post http://www.touchcentric.com/blog/archives/3
As this is a private API, it needs to be built into your app and it will never pass the app store submission process whilst it is in the app.
An easier way would be to set up a web cam overhead above the phone.
You can take a screenshot by pressing both hardware buttons simultaneously (power at the top and home at the bottom). You can then mail the images or sync to get them onto the computer. If you need to show the application in action, not just static screens, you could separate the assets and animate in Flash.
Apple does this with iPhones at their keynote speeches and at WWDC all the time. However, it seems that they have "special" iPhones; some presenters use the camera-over-the-iPhone approach and some have direct iPhone-to-video connections. Regardless, this is not currently possible on an iPhone that you haven't jailbroken. Your best bet is to simulate it.