11-24-2020 04:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-24-2020 04:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
Answered! Go to the Best Answer.

Accepted Solutions
11-24-2020 11:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-24-2020 11:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
Gondwana Software

11-24-2020 11:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-24-2020 11:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
Gondwana Software

11-24-2020 11:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-24-2020 11:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

11-24-2020 11:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-24-2020 11:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
You're right. Some devs have managed to produce separate SDK4 and SDK5 products from a single codebase using git, I think.
Gondwana Software

