Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multiple Devices SDK4.2 & 5

ANSWERED

Hello all,

 

is there any possibiltiy to make one project (fba file) for two SDK's?

I have seen in the gallery that there are some watchfaces for all SDK's,

 

Regards, Joern

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

I don't think so. SDK version is set in package.json, and you only get one of those per .fba. However, older versions will often run on newer devices (and some pre-SDK5 products were automatically scaled to work on SDK5).

 

You can have multiple fba files with the same UUID but targeting different SDKs. That could be what you're observing.

Peter McLennan
Gondwana Software

View best answer in original post

Best Answer
0 Votes
3 REPLIES 3

I don't think so. SDK version is set in package.json, and you only get one of those per .fba. However, older versions will often run on newer devices (and some pre-SDK5 products were automatically scaled to work on SDK5).

 

You can have multiple fba files with the same UUID but targeting different SDKs. That could be what you're observing.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

Hi,

thank you for your reply! I test it out in the moment, but in my opinion the differences between the sdk's are quiet small... 95% of code you can make copy and paste...

 

Joern

Best Answer
0 Votes

You're right. Some devs have managed to produce separate SDK4 and SDK5 products from a single codebase using git, I think.

Peter McLennan
Gondwana Software
Best Answer
0 Votes