Skip to content

Instantly share code, notes, and snippets.

View nooralibutt's full-sized avatar
💼
Looking For a Job

Noor Ali nooralibutt

💼
Looking For a Job
View GitHub Profile
@nooralibutt
nooralibutt / website_creation_readme.md
Created April 3, 2023 09:34
How to create website for accounts

Requirements

  • Account name e.g. Cross Code Inc
  • cross code email (otp will be sent here)
  • icon
  • Play store account id
  • description (Generate from ChatGPT)
  • privacy policy

Steps

@nooralibutt
nooralibutt / keystore-creation.md
Last active April 3, 2023 11:09
Keystore creation steps

Requirements:

  • Java JDK
  • KeyStore command

"C:\Program Files\Java\jdk-20\bin\keytool" -genkey -v -keystore unused.keystore -storepass <account name without spaces+123> -alias -keypass <account name without spaces+123> -keyalg RSA -keysize 2048 -validity 10000

  • Account name e.g. game slots
  • Country e.g. france
@nooralibutt
nooralibutt / arelease-settings.md
Last active April 17, 2023 05:50
Release settings

Requirements

  • Running app (with master branch upto date)
  • bundle id
  • key.properties
  • keystore
  • Account name
  • json file on github.io
  • Ad Ids (Optional)
@nooralibutt
nooralibutt / website links.md
Last active May 6, 2023 09:15
All Website links
@nooralibutt
nooralibutt / generate-bundle.md
Last active April 15, 2023 06:33
How to generate apk file from app bundle

Requirements

Steps

  1. Create a folder named "make-apk"
  2. Download bundle tool in the folder