-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple watch support #27
Comments
I would like to add it to watch too. |
Should be possible, I'll try to add that alongside swift 2.3 and 3.0 support in the near future. |
he only way to show the clock qr is sending them from iPhone to watch |
i send a rendered png of the QR from my iphone app to the watch in a current project. |
I'm trying to do with WatchConnectivity but I find the error
This is the side of the watch On the side of the phone (AppDelegate.swift) I am with watchOS3 and iOS10 in previous versions these methods functioned. I don´t know if be a problem of simulator. Any help would be greatly appreciated. |
i send the QR like this:
|
@diolce i think the problem could be that, now you need to have all the delegate methods in the session delegate. in my case in the viewController that creates the image i have this as that is my delegate.
|
Hey @antonioreyna Thanks |
hello, in my case i added it a table row and i wanted some padding so i used that size 😃 |
Is it possible to add extension for apple watch ?
The text was updated successfully, but these errors were encountered: