Way to create multiple SimpleDataField's in same app

Former Member
Former Member

My goal is to provide some new data fields to suite orienteering. I know that I can create a Data Field with SimpleDataField, but I need more than one and I'm hesitant to create a full DataField with custom rendering because it would make harder to support multiple different watches and devices.

Based on previous posts in this forum the SDK has not supported that a single app would introduce more than one SimpleDataField. Has this perhaps been changed recently?

If not, are there any tricks how I could make a DataField act like a SimpleDataField so that I could easily handle multiple different devices easily?