Search code examples
swiftwatchkitapple-watchapple-watch-complicationswift3

Creating Complications for Apple watch


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?


Solution

  • 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.