I have an app based on Felgo.
I added an implementation of some object via C++. It works ok than using Desktop client in Felgo Server, but when i try to use Felgo Live or connect Mobile device, i have an error: module "com.company.name" is not installed.(As if i added it in main.cpp like qmlRegisterType)
I have followed the instructions to use C++ QML custom objects, but it does not work.
Am i doing something wrong or can i use this feature?