as always backendless keep me wanting to learn and do more every relase
Since flutter supports desktop development as well , i was wondering if you can allow or add the use of the .NET api key to the (initApp) method
Hi Ibrahim,
You can use any of your API keys in the flutter app. The significance of the key is:
- Security roles assigned to the requests handled by the backend are mapped to the API keys. For example, for the Android API Key, requests will be executed with the
AndroidUser
role. - In Backendless Analytics, invocations with a specific API key will be shown as invocations from the corresponding OS.
Regards,
Mark
Hi @mark-piller
Debugging app in windows (desktop) throws error: “No implementation found for method Backendless.UserService.isValidLogin on channel backendless/user_service”.
It runs smoothly on android and web.
Kindly review.
Regards, Jimi.
Hi Jimi,
What version of the SDK for Flutter do you use?
Mark
Hi Jimi,
I checked with the development team and learned that SDK for Flutter doesn’t work with Windows desktop (yet). We plan to release an update soon that should provide that support.
Kind regards,
Mark
Thanks Mark.
I hope the update comes out soon.
Regards,
Jimi