8

I know how to create the basic watch complications.

I want to create complication like native Battery one (Circular Ring).

How can I fetch live data for the complications, maybe API call, or data from iPhone?

Can I create more then one same complication type?

Parth Adroja
  • 11,417
  • 5
  • 35
  • 65
  • 1
    My watch app has two complications on the same face (see my video of it at https://vimeo.com/315500076 – James Bush Feb 06 '19 at 05:07
  • @JamesBush My question is can I create for same type? eg: Modular small can I create multiple for Modular small for same app. – Parth Adroja Feb 06 '19 at 05:11
  • What's a complication "type"? There are Watch faces, there are complication families, and then there are complication templates. There's no type. Use the correct terminology if you want to be clear. By the way, you asked this 11 months ago; have you made a complication yet? If so, what type? – James Bush Feb 07 '19 at 06:21
  • @JamesBush Check here https://developer.apple.com/design/human-interface-guidelines/watchos/app-architecture/complications/ – Parth Adroja Feb 07 '19 at 06:23
  • Yes I have created couple of complications. Sorry for confusion I meant to make multiple for same family. – Parth Adroja Feb 07 '19 at 06:25
  • Multiple what? Templates? That's what my video shows you. Why don't you just tell us what you want specifically? Tell us what the data that you want to display and where you want to display it. You shouldn't ask people to read documentation to provide you with an answer you should be able to get for yourself. What SPECIFICALLY are you wanting? – James Bush Feb 07 '19 at 09:37

1 Answers1

1

I want to create complication like native Battery one (Circular Ring).

How can I fetch live data for the complications, maybe API call, or data from iPhone? -

Can I create more then one same complication type?

No you cannot, one app can have only one type of complication.

Satheesh
  • 10,292
  • 6
  • 47
  • 89