question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Add support for internal app sharing

See original GitHub issue

Google Play console allows apps to be uploaded for “Internal App Sharing”. Not sure whether this is considered a “track” but I didn’t see it mentioned in the list of values for track.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
r0adkllcommented, Jun 5, 2020

@palvarez89 That is just for the “Internal” track in the release management console. What @jd-lacey is referring to is a different release mechanism entirely in the console. I believe this is the documentation in the API for that method (https://developers.google.com/android-publisher/api-ref/internalappsharingartifacts) which will require a modified implementation from how this action publishes to alpha, beta, production, etc.

I’m going to start working on this as soon as I can.

2reactions
r0adkllcommented, Aug 20, 2020

@vitusortner I just resolved the issue now. It should be available in a moment on the tag v1. You can now set the track to internalsharing and it will attempt to upload the apk/bundle to internal app sharing. If successful it will set the output internalSharingDownloadUrl and the following environment variable: INTERNAL_SHARING_DOWNLOAD_URL

Read more comments on GitHub >

github_iconTop Results From Across the Web

Share app bundles and APKs internally - Play Console Help
With internal app sharing, you can quickly share an app bundle or APK with your internal team and testers by uploading an app...
Read more >
Add support for Playstore internal apps sharing - Steps
Since 2019 GoogleIO we have the new Playstore feature for internal app sharing. It would be really helpful to have it as option...
Read more >
Internal app sharing | Google Play Console
Quickly share app bundles and APKs with your internal team using a link. ... Add internal colleagues as authorized testers or make your...
Read more >
How to Enable Internal App Sharing for Android?
Try Below Options to Enable Internal App Sharing. Option 1: Step 1: Open Play store. Step 2: Navigate to Setting. (Click on the...
Read more >
Feature Requests: What are they and how to manage them
In-app is the simplest and potentially highest-yielding feature request channel of them all. By providing feedback opportunities during an end user's workflow ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found