Questions tagged [rollout]

56 questions
121
votes
7 answers

Google App is Published on Internal Test Track but Can't Be Found/Downloaded

I've successfully completed the publishing process for an APK to the Internal Test Track. But when I try to view the App for download on the Google Play Store using the "VIEW ON GOOGLE PLAY" link in the screenshot below... ...it opens a new window…
FreeZey
  • 1,483
  • 2
  • 6
  • 16
20
votes
4 answers

How to implement a limited feature rollout (language agnostic) to your users?

I would like to know some common or best practices of rolling out a new website feature to a select group of the userbase. The users could be, for example, based solely on a percentage of your overall user base (10%). The rollout should be…
Corey Ballou
  • 39,300
  • 8
  • 60
  • 75
14
votes
1 answer

PlayConsole error: You must provide a default URL for your instant app APKs

I need to prepare an Alpha testing for an Instant App and It run like a charm on Android Studio but It is failing when I try to roll-out it in the PlayStore, saying: You must provide a default URL for your instant app APKs The app structure is done…
9
votes
1 answer

Google Play Staged Rollout with modified screenshots

Using the Google Play Staged Rollout options, I can release a new version of my Android app to a small percentage of users. Depending on how successful it is, I would increase the percentage over a given period. I assume (because I can't find it…
topspeed
  • 195
  • 1
  • 1
  • 10
7
votes
1 answer

How to cancel a pending publication on Google Play Developer Console?

Is there a way to cancel a pending publication on Google Play Developer Console? I have accidentally sent a wrong apk file and couldn't find a way to cancel it.
mrbengi
  • 3,184
  • 11
  • 45
  • 79
5
votes
2 answers

kubectl rollout status for ALL deployments in a namespace

I have a number of deployment objects in my namespace. I'd like to run kubectl rollout status for all of them at the same time. So, I'd like the command to exit, only when all rollouts are complete, or an error has occurred. How can I achieve…
LIvanov
  • 760
  • 4
  • 17
5
votes
1 answer

Google Play Release Rollout is Slow

I have rollout my release at Google Play Console, however after a few days, the rollout percentage is only at 50%. I have set the rollout percentage to 100% since the very beginning. May I know normally how long for Google to rollout 100% and how do…
TPG
  • 1,807
  • 1
  • 20
  • 38
5
votes
1 answer

Does Android “Installs targeted by rollout” refer to the percentage of users able to SEE update or able to INSTALL update?

I have uploaded a new version of my Android App I have released to the app store. Currently I am rolling it out slowly, using the "Update Rollout" feature on the Google Play-store. The app has been heavily tested, but wanted to test what the…
Luke
  • 1,007
  • 11
  • 31
4
votes
6 answers

Take down website to public, but leave for testing... "We're Not Open"

We are rolling out a site for a client using IIS tomorrow. I am to take the site down to the general public (Sorry, we are updating message) and allow the client to test over the weekend after we perform the upgrade. If it is successful, I open it…
Jason
  • 16,287
  • 23
  • 84
  • 136
3
votes
2 answers

Codeigniter: how do I roll out features to controlled (beta) groups of users?

Explanation I'm working on a web application build in CodeIgniter. Since I'm continuously adding new features, some of them might be unstable. Therefore I would like to have a way of 'rolling out' these features to specified groups first. If all…
Rein
  • 103
  • 1
  • 6
3
votes
1 answer

How to Import Rollout.io in SWIFT Xcode

I am trying to install rollout.io its simply it says put thus code in you ApppDelegate the problem is that it is in Objective-C. So i used a converter to try and change it to Swift but it doesn't work when i try to put the Objective-C import header…
user5349223
3
votes
1 answer

Does CQ5 store modification list(history) of crx?

Sometime someone want to change inside something crx directly on environment. Often it is a cause of unworking state of environment. And often enough hard to find the cause of the problem. And I think it is will be helpful if cq5 crx will have audit…
gstackoverflow
  • 31,683
  • 83
  • 267
  • 574
2
votes
0 answers

How to abandon rollout with Rollout Config Action Class on a specific target page in MSM in AEM 6.4

I want to control rollout on a target on the basis of some condition matched in a page. If condition fails, the rollout should not happen. I have create a rollout config class using BaseActionFactory and BaseAction. Can we abandon rollout on…
Deo Priya
  • 51
  • 1
  • 5
2
votes
0 answers

publish / rollout options for different versions / customizations of the same application to different customers?

Current issue: How do we efficiently deploy different versions of the same App to different customers? Example: App version 1.1 needs to be installed for customer A. App version 1.2 needs to be installed for customer B. App version 1.3 needs to be…
Alex PRY
  • 83
  • 10
2
votes
3 answers

Kubectl change default behaviour of record

how can I enable the record parameter by default each time I want to create a new pod? My goal is change the default behaviour of the record parameter in order to avoid to use the --record=true eache time I want to instantiate new pod. This is an…
carlo.zermo
  • 121
  • 1
  • 2
  • 8
1
2 3 4