Romman Sabbirrommansabbir.com·Nov 8, 2024Application Security in Android: A Comprehensive Guide [PART 3]Application security is essential for preventing unauthorized access, reverse engineering, and tampering with your Android apps. There are several strategies and tools that developers can employ to protect their applications from these threats. In th...73 readsAndroid : Security, Encryption and Secure Practicesrooted
David Serranodavidserrano.io·Sep 16, 2024Your home address exposed on Google Play 😰In recent months, Google Play has rolled out a new account verification process that applies to all developers. These policies require developers to provide verified information to continue distributing their apps on the platform. The objective, acco...1.1K readsGoogle
Nabraj Khadkanabrajkhadka.hashnode.dev·Mar 10, 2024Understanding Google Play App SigningIf you choose for Google to generate the app signing key for you when you opt in: 1- The key you use to sign your app for release is designated as your upload key. 2- Upload Key is only registered with Google to authenticate the identity of the app c...Google Play Signin
Pavlo Datsiukpavlodatsiuk.hashnode.dev·Jun 25, 2023Unlocking the Power of Transparency: Safeguarding Your Online Journey with Origin LabelsTime and time again, I find myself yearning for a filter—a simple dropdown in the YouTube settings — that would allow me to exclude certain countries from my content list. But before we dive into that, let's start from the beginning and discuss this ...38 readsyoutube
Fahad Aliimfali.hashnode.dev·May 29, 2023Deploy a React Native App on Google Play Store using the ExpoWe will be seeing the deployment of two kinds of React native apps. One that is managed by the expo and the other which is not managed by the expo. The expo-managed app can be managed or bare workflow. Expo managed apps Configuring app names and ver...57 readsReact Native
Jorge Castrojorgecastro.hashnode.dev·Feb 17, 2023Update your Android app signing key from a new Keystore.Hello everyone! Today, I would like to talk to you about a topic that is rarely discussed in our work as Android engineers but is one of the most important things we should consider in case the need arises: updating your app signing key. 🔑 It is imp...269 readsAndroid
Chukwuechezonam❤chibundumozia.hashnode.dev·Feb 7, 2023How To Publish Your Android App on Google Play Store.Smartphones are among the most important devices for people nowadays. More than 60% of people check their phones first thing in the morning. To keep their audience interested, almost all companies, including retail outlets, have mobile apps. Numerous...10 likes·187 readsapp development
Hakim Katendeghkatende.hashnode.dev·Dec 13, 2022Setting up your Google Developers Service AccountHi there! Are you tired of struggling to figure out how to set up a service account for uploading APKs to the Google Play Console using Fastlane? Look no further! I am here to guide you through the process step by step. Let's get started and make you...1 like·129 readsservice account
Daniel Readdanfitdegree.hashnode.dev·Nov 16, 2022Nothing has ever angered me more than The Google Play TeamIntroduction My name is Daniel Read. I've been coding for more than 20 years. I am a cofounder & lead developer of a SaaS company that provides management software for boutique fitness studios, such as yoga studios. We have our primary app that hosts...74 likes·67.0K readsgoogle play
Artur Chukhraichukhraiartur.hashnode.dev·Nov 15, 2022Scrape Google Play Children (Kids) with PythonWhat will be scraped 📌Note: Google Play gives different results for logged in and not logged in users. Full Code If you don't need explanation, have a look at full code example in the online IDE. import time, json from selenium import webdriver fro...57 readsweb scraping