Ravi Kiran
Ravi Kiran

Reputation: 671

Can we add a Apple Watch extention to a xamarin forms app (cross platform app)?

Can we add a Apple Watch extention to a xamarin forms app (cross platform app) ?

I have searched on google and seen info only on xamarin.ios with Apple Watch but not with xamarin forms cross platform.

Upvotes: 3

Views: 1935

Answers (1)

BrunoVT
BrunoVT

Reputation: 723

Yes you can, but you must write this in your platfrom specific project. this means the ui and logic must be written in the native code. If you use a mvvm framework you can share some code across platforms.

http://developer.xamarin.com/guides/ios/watch/

Upvotes: -2

Related Questions