Hi Thomas,
I’ve recently experienced it myself. The problem with my app was that it was loading in so much data that it eventually timed out (300k+ objects). My solution was restricting the amount of data synchronizing on login by editing the synchronization configuration in the Navigation Profile.
Hope this helps!
Hello,
From my experience, the standard Make Native App 9 is not the best option for native mobile app development.
It’s enough only for the first tests, but as the time goes by, you really need a custom app for testing.
The big advantage of a Custom Make it Native is that you can generate an APK using the ‘devDebug’ build variant, and use the LogCat in Android Studio to inspect the log messages. Probably some message in the LogCat will help you to solve your problem
https://developer.android.com/studio/debug/am-logcat
Good luck!
Thanks a lot I will have a look at the custom app and make adjustments to my synchronization.