Snowflake SDK Frequently Asked Questions

Table of contents


Q: What is the difference between an API and a SDK?
A: The API - Application Programming Interface (external link) is purely the code interface, which can be seen as a piece of code designed for a specific task. The SDK - Software Development Kit (external link) is more of a complete package that also contains for example tools and examples.

Q: I've made something really awsome that I think you should have in Snowflake Suite, would you like to buy it and who can I contact?
A: We're always eager to see what other people can do with our SDK! Please contact us via the [http://nuiteq.com/contactus/index.php|contact form]] with an explanation of the application.

Q: I have problem solving an issue in my code, can you give me support?
A: Please contact us via the [http://nuiteq.com/contactus/index.php|contact form]] with an explanation about your issue, and we will get back to you as soon as possible.

Q: We've made an application, but need graphics. Can you help us?
A: Please contact us with information about your request via the [http://nuiteq.com/contactus/index.php|contact form]], and we will get back to you as soon as possible.

Q: Can I limit the amount of finger inputs for the the application?
A: This is done in the implementation of your application, by keeping track of the current numbers of inputs in your application. Please see the Snowflake SDK documentation for more info about implementing the application.



Back