Download APK from Google Play Console (beta) - google-play-console-beta

With the new Google Play console update, I can't seem to find the option to download an APK for a release. Has this been removed? I have tried to look over sub-menus but no success.

Not sure if this functionality has been introduced with the updated Play Console, but now I am able to download the APK:
App bundle explorer -> Downloads Tab
And at the bottom, you should have the original file.

Related

Push to Github Stuck on Rstudio

While I am trying to push on GitHUb from rstudio it is stuck and is not reflecting on Github
There might be some mismatch in the settings that I have configured watching tutorials.
Error Screenshot
Git Settings
Rstudio Options
GitHub Account Settings
Repository Settings
I was facing the same issue while following one of the courses online. I don't know exactly what causes this issue.
Problem: Exactly the same with every setting as shown in the screenshot.
The solution:
in RStudio, click on the "Tools" menu and select "Shell"
Run the following command: git push
it might ask you for your git username and password. Supply this
information, make sure it is correct
hopefully, the push is successful, then you can close the window
Now make some more edits to some files so that you have new content to
push
Click on the "push" button in RStudio and this time the push should
work
This is not my solution I found it here: https://stackoverflow.com/a/45804117/5677883

Firebase Assistant not showing up for new projects in Android Studio

I've been trying to figure this out for several hours with no luck.
In older Flutter projects within Android Studio the Firebase Assistant appears in my Menu Tool-> Firebase; however, when I start new Flutter projects Firebase Assistant does not appear in the Tool's menu. Trying to open Firebase using search, produces a search result, but launching it fails (just an endless loading screen).
I've tried all of the listed items in these previously asked questions:
Firebase assistant not showing in Android Studio 3.4.1
Unable to find Tools > Firebase in Android studio 2.2.3
Firebase assistant not showing in Studio 2.2.3
I am using Android Studio 4.2.1
I've run updates on everything that I can think of to update.
The generally accepted answer in the previously asked questions referenced above is to ensure that the three Firebase plugins are enabled. I've verified that they are:
In older projects where Firebase Assistant appears in the Tools menu, if I disable the three plugins and restart, Firebase Assistant disappears from old projects. When I then re-enable them and restart, Firebase Assistant returns to the Tools menu in older projects. However, in a freshly created Flutter project, disabling and re-enabling the plugins does not cause Firebase Assistant to appear in the tools menu.
One person suggested making sure that you are logged into your Google account. I'm logged in, but that doesn't change anything.
I don't understand why it is available in old projects, but not in new projects.
I assume I'm simply overlooking something.
Any suggestions?
Thanks
EDIT:
Since posting this question, I have tried completely uninstalling Android Studio and performing a clean install of it, Flutter and Dart. However, I have the same result. Older projects have Firebase Assistant and new projects don't.
While trying to figure out the differences between the two projects in the hope of finding something which might explain why one project does have the Firebase Assistant available and new projects do not have Firebase Assistant available, despite having all the same plugins, build.gradle information and pubspec.yaml information, I happened to notice one difference.
In my older projects, the ones that have Firebase Assistant available, if I right click on the project's lib folder and try to add a folder, instead of being able to add a "directory", it gives me the option to add a "package". Here is a screenshot of what it looks like:
However, in my new projects, the menu looks different. It says "directory" instead of "package" as shown here:
I don't know if whatever is different about my projects that is causing one to say "package" and the other to say "directory" is the reason that the project with "package" in the menu has access to Firebase Assistant, while the one with "directory" does not; however, I suspect that it might be.
I haven't been able to find anything that explains why one project would have "package" while another has "directory"; does anyone have an explanation? I would love to test out whether that difference is the reason Firebase Assistant isn't appearing.
You can try to run 'flutter clean', then re-sync the graddle.
I am assuming you are running android studio in administrator mode ? I had problems if I was not in administrator mode.

Fake sign with Idid and uploading to cydia repo

I just finished developing IOS app using xcode. I want to upload it to Cydia Repo. However I searched around and it seems like they are all outdated!.
I found this deb maker https://www.b4x.com/android/forum/threads/publishing-your-apps-in-cydia-store-deb-package.61937/
But it doesn’t include the steps how to “fake sign with idid or theos, according to bigboss its a mandatory for Apps.
Is there any new tutorial or documentation? Let me know thanks

How to solve Xamarin Forms API deprecated Error 410

VS2017 shows this error when I'm trying to upload my apk:
This API has been deprecated and is no longer available
Any idea what cause and how to solve this error?
Xamarin 4.12.3
("Since I am answering as a guest it is not allowing me to embed images so there are image links below")
The issue happens in vs2019 also and I think it is being caused by this message in the Google Play Console
ACTION REQUIRED: Your automated publishing to Google Play will stop working on December 1, 2019
Your app is using an old version of the Google Play Developer API. From December 1 2019, versions 1 and 2 of this API will no longer be available, and any calls to these versions will fail. Update to version 3 before this date. Learn more
I am not sure how to fix this yet but if you need to get a release out you can manually grab the apk and upload it to the google play console.
Archive Manager > click on the desired apk > click open folder > grab apk file from the "signed-apks" folder
you can then go to the google play console and create a release and manually upload the apk file along with your newly created release.
I know this is not the fix I just figured I would through it out there in case it can help anyone.
Same Error Message in 2019
Same Message (VS 2019, 16.3.10; all Nuget-Packages updated, etc.)
I'm pretty sure it's the upload from within VS that is using an old API Call. Until now I didn't get a confirmation from MS Support - still waiting for it.
https://developercommunity.visualstudio.com/content/problem/844304/api-has-been-deprecated-410.html
Microsoft patched this bug in the new version 16.4.2 of Visual Studio (see patch notes).
Please make sure to update to this version to fix the problem.

Failed to resolve:com.google.firebase:firebasse

In my app, I am trying to use Firebase crash10.2.1, but I cannot get gradle to compile. I keep getting the message :
'Failed to resolve:com.google.firebase:firebasse'
I faced the same issue when I tried to use firebase-messaging:10.2.0 and to fix that I did this:
On Android studio, go to the menu bar and click on Tools > Android > SDK Manager.
Click on the SDK Tools tab
check the Google Play services box as well as the Google Repository box.
Click on apply, it will prompt you before applying the new updates.
Click Ok and wait for the download
Sync your project again and everything is fine.
also check for correct version

Resources