• Push notifications via firebase

    Hi, I am implementing the custom push notifications for mobile app using google firebase for ios and android. Steps for registering android app with sugar sdk:- - Project created in firebase for android - google-services.json file placed in the root…
  • Custom components don't work on mobile build iOS/Android

    Hi all, We are having some difficulties with our mobile application while running iOS and Android builds. Our current implementation involves 4 custom made components: Calendar, Near me, Saved Near me search, Check out. When we run the dev server in browser…
  • SugarCRM Mobile SDK - Update Plugin to Support 64-bit architecture(Android)

    Hello, I'm getting issue while uploading my custom SugarCRM mobile application on android play store. Starting August 1, 2019, android apps published on Google Play will need to support 64-bit architectures. but some of the library used by SugarCRM SDK…
  • Error with Ubuntu

    Hi ppl. I have some problems in Linux with Sugar Mobile SDK (and I know it doesn't have any support whit this SO). I'm follow a doc "Uncon 2017_ Building Custom Apps Using SugarCRM Mobile SDK" I was execute ➔ $SUGAR_MOBILE_SDK_HOME/[sdk-version]/sdk…
  • How to run SugarCRM app in Android?

    Hi, is there somebody who might help with SugarCRM mobile app. I downloaded SDK, installed it, open with Android Studio, I built android and IOS platforms. Now , how to run it? When I try I have no module offered (an we create a module when we create…
  • Is it possible to add a HTML5 canvas element as a field to the android app ?

    Hello, The title probably says it all. I want to create a canvas field on the app where users can draw their signature! I am aware that will have to create the canvas and the logic of it myself! but how can I show it on the android app ? it works actually…