Questions tagged [fastfile]

19 questions
0
votes
1 answer

Getting the link of a release uploaded using upload_to_play_store

I'm using Fastlane's upload_to_play_store to send .aab files to the internal testing track on Google Play Store, and I'm looking for a way to get a shareable link of the bundles I upload. Is there a Fastlane function that will help me to achieve…
0
votes
1 answer

How to reference Jenkins System Environment Variables in a Fastlane Fastfile?

I've got some environment variables caught up in Jenkins such as key-store-path, key-store-password etc. I'm wondering how do I reference these in my Fastfile when building my app? is it $env? lane :android_beta do sh("tns platform add android") …
0
votes
1 answer

How does a file system like FastFile work?

I have 2 questions concerning the node array used by this file system which have i nodes to save the files. Each i-node consists of a user ID (2 bytes) three timestamps (4 bytes each) protection bits (2 bytes) a reference count (2 bytes) a file…
-1
votes
2 answers

how to fix Google Api Error: forbidden: The Android App Bundle was signed with the wrong key when upload app to play store

I have tried generating new key using keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000. Copied it to android/app/ and ~/.android/. It keeps complaining.…
shorif2000
  • 2,582
  • 12
  • 65
  • 137
1
2