mardi 30 juin 2015

connect iPhone to Wifi enabled controller

I want to connect my iphone to wifi module residing inside a controller. can anyone tell me how i can make peer to peer connection with a wifi enabled controller.

I googled different communities and forums but couldn't get definitive answers.

Note:

1) There is no bluetooth or bluetooth smart available in controller.

2) Controller usually takes command from mobile phone and helps in operating home appliances.

Windows Phone Store & iPhone app store charges for listing app?

I would like to open account in windows phone store. What is the account opening fee. Is it one time fee or I had to pay annualy. Finnaly any discount available for opening account.

how to hide the status bar in iOS7?

In my application in ios8 status bar is hiding.But in iOS7 displaying the status bar. I have added the "Status bar is initially hidden = YES View controller-based status bar appearance = NO " and

[[UIApplication sharedApplication] setStatusBarHidden:YES
                                        withAnimation:UIStatusBarAnimationFade];

But getting the status bar.

Launch Apple Watch messages app from within another watchKit app

I want to launch the messages app on the Apple Watch from my own WatchKit app. I've seen this post here, but it only tells me to forward the app launch to the iPhone.

In the delegate method of the iPhone app, I can now perform a URL action. What's the URL I have to use in order to launch the messages app on the watch?

WatchKit Xcode 7.0 Beta 2 Build Error / Circular Segues / "exit code 255"

While working on a project for WatchKit 2 on XCode 7.0 beta 2, I have encountered the following build errors: enter image description here

Command /Applications/http://ift.tt/1CxB2sU failed with exit code 255

error: The folder “Interface.wkstoryboardc” doesn’t exist.

I had a storyboard with segues from view 1-2-3-4, with a final segue back from view 4-1. Each views controller had one button with a segue to the next view in the list.

enter image description here

Removing the segue from view 4 to 1 caused this error to go away. If this were an iPhone project, I would use an unwind segue. However, I cannot see how to do this on the watch. Has anyone else seen this behavior? Is this expected behavior, or a bug?

iOS App crashes on WLAN disconnect

I am facing a strange problem with my iOS app. It is written in Objective-C and i use iOS 8.3 on my testdevice (iPhone 4s). The app uses push notifications.

When I lock my iPhone, I sometimes get the following issue: Before unlocking the device again, the wlan status symbol in the status bar disappears and when I finally unlock it, the app freezes and I have to restart it (-> The WLAN sign returns and the app works without any problems)

How can I update a tableview cell from a -(void) method?

I am trying to update a specific dynamic cells font size from a -(void) method or some way without using cellForRowAtIndexPath. Is this possible?

Thanks