ttlock / iOS_SDK_Demo

TTLock is a global provider of solutions for smart locks. We provide PCBA and softwares for lock manufactures and end users. We provide open API/SDK for developers. With these APIs/SDKs, you can develop your own applications to manage smart locks. The SDK here is for mobile app to communicate with locks via bluetooth.
MIT License
12 stars 12 forks source link

watchOS support #3

Closed LiborZa closed 8 months ago

LiborZa commented 3 years ago

Hi, it's great library and it's working fine. I am thinking about creating watchOS app too and I would like to be almost independet app. Are you planning to get library building and working in watchOS? At least for locking or unlocking. Thanks for info

ahmedalttai commented 3 years ago

Hi, it's great library and it's working fine. I am thinking about creating watchOS app too and I would like to be almost independet app. Are you planning to get library building and working in watchOS? At least for locking or unlocking. Thanks for info

Hi, Did you manage to get the library working with watchOs for linked watch app with IOS app?

ttlock commented 3 years ago

Hi,can you provide your email? I send the sdk for watchOS to you.

LiborZa commented 3 years ago

Hi,can you provide your email? I send the sdk for watchOS to you.

libor.bibo@gmail.com

thanks

Btw why it's not public?

JuannyiOS commented 3 years ago

1.Drag the “TTLock.framework” into the project. 

2.Find Target->Build Phases -> Link Binary With Libraries ,add CoreBluetooth.framework.

3.Find Target->Build Settings -> Linking -> Other Linker Flags ,add “-ObjC”(If it already exists, there is no need to add it.)

4.Import header file

import <TTLock/TTLock.h>

------------------ 原始邮件 ------------------ 发件人: "ttlock/iOS_SDK_Demo" @.>; 发送时间: 2021年5月28日(星期五) 晚上8:10 @.>; @.***>; 主题: Re: [ttlock/iOS_SDK_Demo] watchOS support (#3)

Hi,can you provide your email? I send the sdk for watchOS to you.

@.***

thanks

Btw why it's not public?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JuannyiOS commented 3 years ago

Find Target->Build Settings -> Linking -> Other Linker Flags ,add “-ObjC”(If it already exists, there is no need to add it.)

------------------ 原始邮件 ------------------ 发件人: "ttlock/iOS_SDK_Demo" @.>; 发送时间: 2021年5月28日(星期五) 晚上8:10 @.>; @.***>; 主题: Re: [ttlock/iOS_SDK_Demo] watchOS support (#3)

Hi,can you provide your email? I send the sdk for watchOS to you.

@.***

thanks

Btw why it's not public?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.