AIDE dropped Dropbox Integration - dropbox

Some time ago, I was able to sync my desktop Android development with my mobile development using AIDE through Dropbox. However, I am now told that AIDE does not support the new version of Dropbox and the old version was retired on September 28, 2017.
Is AIDE ever going to acknowledge the change, or do I need to find a new mobile development solution?

No, they are not acknowledging the change. They removed the Dropbox option. Looks like they are using github for their cloud storage now.

This allowed you to sync your Dropbox with your AIDE folder:
Folder Sync is an android app that sync btw your cloud storage (Dropbox, Google Drive, One Drive, etc) and your android device. This worked for me!
For more info of the app, here is the link: https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite

Related

Does Google Identity Platform have a local emulator?

I would like to know if there is an emulator for local development and if there is documentation about it.
I know Firebase has one but I don't know if it's exactly the same.
As of now, there's no emulator feature for Google Cloud Identity Platform (GCIP) yet. As reference, this is also mentioned on a Google Groups thread. Currently there is no ETA when this feature would be available in the future. These are the current beta emulators that are available .
What I could suggest is file a feature request through this link to report issues and feature request.

Upload pre-installed app to playstore shows error

While uploading app on Google playstore, we are getting below error.
You need to use a different package name because [pkg_name] is used by
a pre-installed application. To upload a pre-installed application,
please contact Google Play Developer Support.
I am sure that mentioned pkg name is unique, however we have pre-installed this app in some of devices. Now how to upload it to Play console ?
I got this solved by using contact support team of Google, They then contacted carrier/preload team to allow package.
Sometimes if you preload app first and then publish app on Playstore, Google play will block the package and confirm your identity from pre-load team before allowing you to publish.
So it is advised to put package in store first & then pre-load to avoid such long process. (You can limit discovery via multiple ways).
Source - https://medium.com/#shashank.mishra_62841/complete-guide-in-app-update-for-android-apps-google-playstore-1b8f2946fa7a

How to download the translation modules while installing the app from play store?

I am using Flutter and I want to download the translation modules while the app is installed from play store.
Right now the app only downloads the file when a translation is called but I want them to be downloaded with the app to make it offline.
This is currently not possible but please do file an enhancement request with details of your use-case (the latter can help the product management team prioritise the request).

Android - All users have to install Google Play Services?

For devleopment I have to do this:
If not installed yet, you have to install the following packages :
Extras / Google Play services
Extras / Google Repository
Android 6.0 (API 23) / Google APIs Intel x86 Atom System Image Rev. 19
Android SDK Build-tools 23.0.3
Is this for development only? Or do all my users of the app have to also download Google Play Services etc?
Yes I know this isn't really a question for stackoverflow, but where else can I ask this question? They are not letting me ask this in the github issues either.
I also can't test this, because react-native-maps isn't working for me, it keeps crashing. I wash hoping to learn if its worth the effort to fix the crash. If users have to install a bunch of stuff to use this, then its not worth.
If you are using services provided by Google Play Services like Maps, or push messages, location services or in-app payments then yes, your users must have it installed too. If you are not using Google Play Services, then it's not required.
But if required, they have to install Google Play Services app from Play Store, not development stuff like you listed:
https://play.google.com/store/apps/details?id=com.google.android.gms&hl=en
EDIT
How come Google doesnt defalt install this?
Google Play Services or apps like Calendar, GMail etc are NOT part of Android. These are Google applications and may or may not come preinstalled, depending on licenses phone/tablet manufacturer purchased from Google. As Android can perfectly live w/o these apps, some devices does not include it or come with alternatives (i.e. using other providers than Google).
I don't know even know where the proper place to tell them would be
Your app should check if Google Play Services exists usually on start before it start using it. See this documentation which discuss this.
Weird, I just clicked on "Google Maps" on my Android Simulator and it made my react-native-maps start working.
There was a licence agreement when I clicked Google Maps on the phone, so as soon as I accepted it, react-native-maps started working.

wso2 emm apk version management using the WSO2 store

I am testing WSO2-Emm system for managing our android mobile app. We have an app for taxi drivers. We deploy it using our tablets and a single gmail account. Our problem is that google allows up to 10 signed in devices for a single google account.
I have tried to load the apk to the WSO2 store. The problem is that when I want to upload a new version of the same app I get a warning message saying that this APK already exists in the store. When I try to rename it and add it as a new apk it works. The problem is that when I go to App-Management, the application appears under 'installed'. The Emm system doesn't detect there is a new version.
To be more specific, my question is is there a way to manage mobile application versions using the WSO2 store and not the google play store.
If there is a way we can go on with this system. If not, we will stop testing it.
The only way I've figured out how update an already installed app is by going to the App Management tab, selecting your latest version of the app in question, and hitting the install button under the Roles tab (NOT the Users tab). It will send the install command to any devices listed under roles you have checked, even if they already have the app installed. Keep in mind this will install the app on all the devices, even devices that already have the version you're trying to put out.
It looks like you already know about the patch on EMM-686 that must be implemented in order to upload multiple versions of the same app to the Publisher. Just in case you want to confirm it's implemented correctly, see my answer here for instructions on how to implement it.