<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarai.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mobile Developers</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/</link><description>Learn about developing on the SugarCRM Mobile platform, discuss what you are working on, or any questions you have along the way. </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Forum Post: RE: Getting too many API calls when APP is idle</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8343/getting-too-many-api-calls-when-app-is-idle/33749</link><pubDate>Mon, 09 Mar 2026 16:08:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:4ce1c1a2-3a06-4526-9910-a99c8cc3d802</guid><dc:creator>Eugene Bychkov</dc:creator><description>Make sure to double check This is exactly what you get when offline mode is enabled Dialog &amp;#39;Do you want to download your records&amp;#39; is only shown when offline mode IS ENABLED</description></item><item><title>Forum Post: RE: Getting too many API calls when APP is idle</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8343/getting-too-many-api-calls-when-app-is-idle/33747</link><pubDate>Mon, 09 Mar 2026 11:43:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:f35fc607-cc4f-4349-8f30-56059640bdda</guid><dc:creator>Raghavendra Karunakar</dc:creator><description>Hi Eugene Bychkov Thanks for the reply!! The offline Mode is already disabled in the App, even after login a page is shown to download offline records that also I have selected &amp;quot;Not right now&amp;quot;. Still the API gets triggered while using the app or when App is idle. I don&amp;#39;t think this is related to Offline Mode.</description></item><item><title>Forum Post: RE: Getting too many API calls when APP is idle</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8343/getting-too-many-api-calls-when-app-is-idle/33744</link><pubDate>Fri, 06 Mar 2026 08:12:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:9593cb48-cfa4-46d1-aaf9-d5d415efd502</guid><dc:creator>Eugene Bychkov</dc:creator><description>Raghavendra Karunakar this is expected functionality when offline mode is turned ON on the device, Sugar Mobile periodically performs requests to server to fetch and synchronize new records from server to device database see this doc support.sugarcrm.com/.../ you can disable this by: 1. turning OFF offline mode either in admin-&amp;gt;mobile or on device 2. modifying config file in your app. see this property: jsConfig.offline.syncManager.executors.wins.enabled and set it to false Best regards, Eugene</description></item><item><title>Forum Post: RE: Getting too many API calls when APP is idle</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8343/getting-too-many-api-calls-when-app-is-idle/33743</link><pubDate>Fri, 06 Mar 2026 06:53:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:db24ac3e-cbb4-4846-a7c5-54adf18cfe8d</guid><dc:creator>Raghavendra Karunakar</dc:creator><description>Eugene Bychkov Development Team Request you to please provide some solution.</description></item><item><title>Forum Post: Getting too many API calls when APP is idle</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8343/getting-too-many-api-calls-when-app-is-idle</link><pubDate>Fri, 27 Feb 2026 06:17:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:2c1769e3-f6de-4d40-9bf1-9a20dc047b49</guid><dc:creator>Raghavendra Karunakar</dc:creator><description>Hi Team, I have created a sample App using Mobile-sdk version 87.0.850-1.4.2-2 I &amp;#39;ve noticed excessive background API calls, even when the application is idle. As we are dealing with high volumes of production data, this can cause performance issue. I need to identify and disable these unnecessary requests. Requesting anyone to help on this. I have attached screenshot for reference. Thanks in Advance.</description><category domain="https://sugarclub.sugarai.com/dev-club/mobile-developers/tags/sugar%2bmobile%2bsdk">sugar mobile sdk</category><category domain="https://sugarclub.sugarai.com/dev-club/mobile-developers/tags/87">87</category><category domain="https://sugarclub.sugarai.com/dev-club/mobile-developers/tags/sdk%2b8">sdk 8</category><category domain="https://sugarclub.sugarai.com/dev-club/mobile-developers/tags/mobile%2bsdk">mobile sdk</category><category domain="https://sugarclub.sugarai.com/dev-club/mobile-developers/tags/sdk">sdk</category></item><item><title>Forum Post: RE: Guidance on Mobile App Upgrade (v45 → v87) and Long-Term Support Strategy</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8303/guidance-on-mobile-app-upgrade-v45-v87-and-long-term-support-strategy/33607</link><pubDate>Mon, 22 Dec 2025 05:06:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:40236b34-4611-4fe4-a53a-dfd1f17cb04b</guid><dc:creator>Eugene Bychkov</dc:creator><description>Whether upgrading from v45 to v87 would require a complete or partial rewrite of our existing mobile custom code due to the transition to React. - most likely not much of your custom code will have to be rewritten. React was introduced mostly in new components/functionality, so your existing customizations are most likely not affected Which legacy mobile customization frameworks or APIs are deprecated or no longer supported in the latest versions - it&amp;#39;s hard to tell from top of my memory, most likely nothing major was deprecated Recommended migration strategy or best practices for converting existing Cordova/Backbone-based customizations to the React-based mobile framework - see point number one. Each component will need to be managed by hand depending on kind of customization, there is no &amp;#39;official&amp;#39; way unfortunately Availability of any official documentation, migration guides, or tools to support this conversion - no special tools are available here Which SugarCRM Mobile versions or upgrade paths are best suited for long-term stability and support - From my perspective, the best way for long-term stability would be to migrate codebase in a small steps with each new mobile SDK release to avoid big jumps (like in this case) that could introduce significant hurdles See point 5 No official guidelines are available, so please stick to general engineering best-practices Long-term roadmap for Sugar Mobile is not clear at this point. For now, no breaking changes are planned Best regards, Eugene</description></item><item><title>Forum Post: RE: Guidance on Mobile App Upgrade (v45 → v87) and Long-Term Support Strategy</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8303/guidance-on-mobile-app-upgrade-v45-v87-and-long-term-support-strategy/33606</link><pubDate>Mon, 22 Dec 2025 04:13:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:4817bb8d-b0fa-456a-98ea-b1c00181a4c5</guid><dc:creator>Chetan Ghaydar</dc:creator><description>Eugene Bychkov Please help here!!</description></item><item><title>Forum Post: Guidance on Mobile App Upgrade (v45 → v87) and Long-Term Support Strategy</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8303/guidance-on-mobile-app-upgrade-v45-v87-and-long-term-support-strategy</link><pubDate>Fri, 19 Dec 2025 07:15:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:01cd30ea-7e19-4217-9497-26a158be1509</guid><dc:creator>Chetan Ghaydar</dc:creator><description>Dear SugarCRM Support Team, We are planning to upgrade our custom SugarCRM Mobile application from version 45.0.657-1.4.2-2 to 87.0.850-1.4.2-2 and would like to seek your guidance before initiating this activity. Our existing mobile application includes extensive customizations developed using Cordova and Backbone-based components , as supported in version 45. In the newer SugarCRM Mobile versions, we understand that there has been a significant architectural shift, with React-based technology introduced and much of the functionality migrated away from Cordova and Backbone . In this context, we would appreciate your advice on the following: Whether upgrading from v45 to v87 would require a complete or partial rewrite of our existing mobile custom code due to the transition to React. Which legacy mobile customization frameworks or APIs are deprecated or no longer supported in the latest versions. Recommended migration strategy or best practices for converting existing Cordova/Backbone-based customizations to the React-based mobile framework. Availability of any official documentation, migration guides, or tools to support this conversion. Additionally, from a long-term support perspective , we would like your guidance on: Which SugarCRM Mobile versions or upgrade paths are best suited for long-term stability and support . Recommendations on how to design or refactor mobile customizations to minimize rework in future upgrades . Any SugarCRM-supported standards or architectural guidelines we should follow to ensure our mobile application remains compatible with future releases. Given the scale of these changes, we want to ensure our upgrade and redevelopment approach aligns with SugarCRM’s supported technologies and long-term roadmap , while avoiding unsupported customization patterns. We appreciate your guidance and look forward to your recommendations on how best to proceed. Thanks &amp;amp; Regards, Chetan Ghaydar</description></item><item><title>Forum Post: RE: The client’s application remains stuck in offline mode, and even after switching to online mode, it continues to operate offline despite active network availability. This issue is directly impacting the client's production operations.</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8291/the-client-s-application-remains-stuck-in-offline-mode-and-even-after-switching-to-online-mode-it-continues-to-operate-offline-despite-active-network-availability-this-issue-is-directly-impacting-the-client-s-production-opera/33583</link><pubDate>Wed, 10 Dec 2025 10:35:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:2ff74f48-3210-478b-bceb-79c66d62e684</guid><dc:creator>Chetan Ghaydar</dc:creator><description>Eugene Bychkov Will check this!! and Update, Please go through the image below I forgot to upload in last msg. The device is online for other applications still it is show offline in Sugar &amp;amp; internet is on</description></item><item><title>Forum Post: RE: The client’s application remains stuck in offline mode, and even after switching to online mode, it continues to operate offline despite active network availability. This issue is directly impacting the client's production operations.</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8291/the-client-s-application-remains-stuck-in-offline-mode-and-even-after-switching-to-online-mode-it-continues-to-operate-offline-despite-active-network-availability-this-issue-is-directly-impacting-the-client-s-production-opera/33582</link><pubDate>Wed, 10 Dec 2025 10:28:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:97710db5-190c-490d-9cb5-6803980ee36c</guid><dc:creator>Eugene Bychkov</dc:creator><description>Hi Chetan I am glad to hear that you are making progress However as this issue is so tightly related to a specific device I don&amp;#39;t think there is any help that we can provide from our side I suggest you to do the following: 1. build your app in debug mode 2. after that you will be able to connect to WebView using standard Android/iOS methods https://developer.chrome.com/docs/devtools/remote-debugging/webviews https://medium.com/@atifqamar29/debugging-ios-webviews-on-safari-browser-822def097497 3. or debug in your desktop chrome 4. click through the app, use steps that are known to cause issues, and inspect console for errors and network tab for AJAX errors maybe this will help you to get on the right track</description></item><item><title>Forum Post: RE: The client’s application remains stuck in offline mode, and even after switching to online mode, it continues to operate offline despite active network availability. This issue is directly impacting the client's production operations.</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8291/the-client-s-application-remains-stuck-in-offline-mode-and-even-after-switching-to-online-mode-it-continues-to-operate-offline-despite-active-network-availability-this-issue-is-directly-impacting-the-client-s-production-opera/33581</link><pubDate>Wed, 10 Dec 2025 10:10:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:61880ffb-0242-4331-88f1-2ddaaf320003</guid><dc:creator>Chetan Ghaydar</dc:creator><description>Thanks Eugene Bychkov !! During a troubleshooting session with the client, we tested three different APK versions: Old SDK with customisations (83.0.831-1.4.2-2) Old SDK without customisations (83.0.831-1.4.2-2) Latest SDK without customisations (87.0.850-1.4.2-2) Observations: On Device A , all three APKs worked without any issue. On Device B , all three APKs displayed the offline mode message. This indicates that the issue is not related to the customisations or the usage of an older SDK version . Additional findings: Both devices were on the same network , and on the device where the issue occurred, other apps and internet connectivity were functioning normally. When we logged in using the affected user credentials on Device A (where apps were functioning), the login worked without any issue. However, logging in with the same user credentials on Device B reproduced the offline mode issue. The client also confirmed that the issue occurs randomly for different users , suggesting it may be related to specific user accounts rather than the device or app build. We checked pending transactions at the time of issue reproduction, and there were none . We have attached the relevant screenshot showing the offline message for clarity. We would like to schedule a call with your team to discuss potential root causes and next steps for identifying and resolving this behaviour. If helpful, we can also share a video recording of the troubleshooting session (cropped to the relevant portion). Please confirm if you would like us to provide it. Looking forward to your guidance.</description></item><item><title>Forum Post: RE: The client’s application remains stuck in offline mode, and even after switching to online mode, it continues to operate offline despite active network availability. This issue is directly impacting the client's production operations.</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8291/the-client-s-application-remains-stuck-in-offline-mode-and-even-after-switching-to-online-mode-it-continues-to-operate-offline-despite-active-network-availability-this-issue-is-directly-impacting-the-client-s-production-opera/33551</link><pubDate>Fri, 28 Nov 2025 08:45:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:0241157e-3d5c-4a6c-8d85-bcb27faa4808</guid><dc:creator>Eugene Bychkov</dc:creator><description>Hi Chetan, Please take you time to study these docs: https://support.sugarcrm.com/documentation/mobile_solutions/sugarcrm_mobile/sugarcrm_mobile_app_user_guide/#Transaction_Log In your case application can be &amp;#39;stuck&amp;#39; in offline mode if some transaction (create, update, detele, etc operation) can not be synced with server for some reason (e.g. server error, no access, or smth) Something like this could have happened: - User goes offline - User does some modification to a record - User goes back online - Sugar Mobile tries to sync changes made while offline with server but fails - In this case Sugar Mobile will stay in offline mode and queue all further operations after initial operation - but no operations will go to server until initial transaction is resolved (this is done to preserve data consistency) So in your case you should debug this scenario to see if this is what really happens. Potentially, do this with customer&amp;#39;s instance clone to observe custom instance peculiarities Then investigate why some transactions (error codes, see server logs, etc) are not accepted by the server Hope this helps, Eugene</description></item><item><title>Forum Post: RE: The client’s application remains stuck in offline mode, and even after switching to online mode, it continues to operate offline despite active network availability. This issue is directly impacting the client's production operations.</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8291/the-client-s-application-remains-stuck-in-offline-mode-and-even-after-switching-to-online-mode-it-continues-to-operate-offline-despite-active-network-availability-this-issue-is-directly-impacting-the-client-s-production-opera/33549</link><pubDate>Fri, 28 Nov 2025 08:09:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:041715c4-7a8a-4347-80ab-749b6783d9ed</guid><dc:creator>Chetan Ghaydar</dc:creator><description>Club Concierge Brie Rowe Alex Nassi Eugene Bychkov Could you please help here!!</description></item><item><title>Forum Post: The client’s application remains stuck in offline mode, and even after switching to online mode, it continues to operate offline despite active network availability. This issue is directly impacting the client's production operations.</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8291/the-client-s-application-remains-stuck-in-offline-mode-and-even-after-switching-to-online-mode-it-continues-to-operate-offline-despite-active-network-availability-this-issue-is-directly-impacting-the-client-s-production-opera</link><pubDate>Tue, 25 Nov 2025 07:50:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:4512483f-b06f-413f-89a8-35a3f24b6852</guid><dc:creator>Chetan Ghaydar</dc:creator><description>Problem Statement: The client’s application remains stuck in offline mode , and even after switching to online mode , it continues to operate offline despite active network availability. This issue is directly impacting the client&amp;#39;s production operations. Detailed Description: The client is experiencing a persistent issue where the application does not transition to online mode once it has gone offline, even when a stable network connection is present. They are currently using an older SDK version (83.0.831-1.4.2-2). While we understand that the SDK is outdated, we would like to understand what specific conditions or system behaviours could cause such an issue. This is a custom application; however, we have not altered any core functionalities. All development has been done strictly through extensions, and there are no custom features that could interfere with this part of the core offline/online logic. We have tested the scenario across multiple environments and network conditions, but we have been unable to replicate the issue on our end, including: Device Simulator 2G Network Wi-Fi Regular broadband/mobile data Client’s 5G network environment Despite these repeated tests across different conditions, we have been unable to identify the root cause or find a workable resolution. The client reports that on the vanilla app downloaded from the Play Store, the issue does not occur — it successfully switches to online mode. This further increases their concern, and they are becoming increasingly impatient as this affects day-to-day operations. We are ready to share the relevant code snippets for your review, should you require them. We kindly request your assistance in helping us identify the possible root causes of this behaviour and guide us on the next steps toward resolution. Understanding what in the SDK, configuration, or environment could cause the offline mode to remain stuck would be highly valuable for troubleshooting. If required, we are will open a Sugar Development Support ticket for the same.</description><category domain="https://sugarclub.sugarai.com/dev-club/mobile-developers/tags/_4000_eugene%2bbychkov">@eugene bychkov</category><category domain="https://sugarclub.sugarai.com/dev-club/mobile-developers/tags/_4000_mat%2bmarumm">@mat marumm</category></item><item><title>Blog Post: Mobile SDK 87.0 is Now Available</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/b/mobile-developer-updates/posts/mobile-sdk-87-0-is-now-available</link><pubDate>Mon, 29 Sep 2025 12:46:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:0c2347a7-7a79-4ab4-a750-e14182b68559</guid><dc:creator>Brenda Rossetto</dc:creator><description>SugarCRM is pleased to announce the release of Mobile SDK 87.0.850-1.4.2-2. Review the Mobile SDK Release Notes for more information about this release. To learn more about the mobile SDK, please review the following: Mobile SDK Quick Start Guide Mobile SDK Developer Guide Mobile SDK Troubleshooting Article Mobile SDK Support Page Mobile Supported Platforms Mobile Developers This version of the SDK corresponds to Mobile App Version 87.0 . The SugarCRM mobile SDK is available for Sugar customers or Sugar OEM Partners (for use and distribution with their authorized OEM solution) running supported versions of Sugar Sell, Serve, or Enterprise. To ensure you are up-to-date on the latest information about the Mobile SDK, please join the Mobile Developers group and Subscribe to New Blog Posts in Mobile Developer Updates in SugarClub. Visit Product Updates for additional product updates.</description><category domain="https://sugarclub.sugarai.com/dev-club/mobile-developers/tags/release">release</category></item><item><title>Forum Post: RE: Clarification on Gzip Support in SugarCRM Mobile SDK</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8227/clarification-on-gzip-support-in-sugarcrm-mobile-sdk/33367</link><pubDate>Mon, 22 Sep 2025 09:34:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:6ef6b4bf-98f6-46d1-8e6a-3727e0f2361a</guid><dc:creator>Eugene Bychkov</dc:creator><description>Chetan, with SDK you get FULL access to Sugar Mobile source code If it is technically possible, then it can be integrated into SDK Best regards, Eugene</description></item><item><title>Forum Post: RE: Clarification on Gzip Support in SugarCRM Mobile SDK</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8227/clarification-on-gzip-support-in-sugarcrm-mobile-sdk/33364</link><pubDate>Mon, 22 Sep 2025 07:48:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:08c78430-49ff-4480-b023-242547db1bb8</guid><dc:creator>Chetan Ghaydar</dc:creator><description>Is it possible to integrate Gzip with mobile SDK?</description></item><item><title>Forum Post: RE: Clarification on Gzip Support in SugarCRM Mobile SDK</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8227/clarification-on-gzip-support-in-sugarcrm-mobile-sdk/33363</link><pubDate>Mon, 22 Sep 2025 07:27:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:d460f4bc-8e1b-42f4-a059-352c7a9ae9d6</guid><dc:creator>Eugene Bychkov</dc:creator><description>Hi Chetan! We have no explicit logic regarding Gzip compression, so we don&amp;#39;t explicitly do gzipping or forbid it either All AJAX requests handled by underlying WebView component powering Sugar Mobile. It seems that you need to do some investigation regarding that to confirm your requirement or idea. Best regards! Eugene</description></item><item><title>Forum Post: RE: Clarification on Gzip Support in SugarCRM Mobile SDK</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8227/clarification-on-gzip-support-in-sugarcrm-mobile-sdk/33361</link><pubDate>Mon, 22 Sep 2025 06:01:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:77a0ce1b-a5f1-46ec-8d13-eb9f5ee3bb06</guid><dc:creator>Chetan Ghaydar</dc:creator><description>Eugene Bychkov Can you please help me here?</description></item><item><title>Forum Post: Clarification on Gzip Support in SugarCRM Mobile SDK</title><link>https://sugarclub.sugarai.com/dev-club/mobile-developers/f/mobile-developer-questions/8227/clarification-on-gzip-support-in-sugarcrm-mobile-sdk</link><pubDate>Tue, 16 Sep 2025 07:29:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:91634314-8da2-43a0-a279-7bbc8a232c2f</guid><dc:creator>Chetan Ghaydar</dc:creator><description>I would like to confirm whether the SugarCRM Mobile SDK supports Gzip compression for API requests and responses. Does the Mobile SDK automatically handle Gzip-compressed responses from the SugarCRM server, or do we need to implement any additional configuration/code to enable this? If supported, is there any official documentation available for reference? We are evaluating the SDK for a mobile customization project and want to ensure Gzip is supported out-of-the-box to optimize performance. Thank you for your assistance.</description></item></channel></rss>