0
votes

I am working on sample watch kit app (Apple Watch + iPhone). My app present in the device syncing to Apple Watch is working fine. And I enable the Show App on Apple Watch option. After that my app started installing in Apple Watch but it is automatically stopped after a few seconds.

I refered these link using creating bundle identifiers. WatchKit Extension bundle identifiers

Please help me ...

1
there is nothing called iWatch. - Raptor
write your crash log - Vyacheslav
I guess you are talking about Apple Watch or watch? - FelixSFD
@Raptor , i think this is rather obvious what does he mean. - Vyacheslav
Yes. I’m talking about the Apple Watch. - narendrakumar b

1 Answers

0
votes

Follow the below process. And it is worked for me.

I am creating watch kit extension in XCode6.4 version. then it is running on physical device.

You have to be careful when changing the bundle identifiers, here's how they should be set (you need can change each identifier in the Info.plist for the iPhone app, for the Watchkit Extension and for the Watchkit App).

However i created in Info.plist and my bundle identifier is

com.myname.myappname and my bundle identifier of my WatchKit extension is

com.myname.myappname.extension