-
Notifications
You must be signed in to change notification settings - Fork 132
Play Store Listing: Update for Wear app #11820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Play Store Listing: Update for Wear app #11820
Conversation
📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
@@ -17,6 +17,9 @@ Now that you’re actively selling, never miss an order or a review. Keep yourse | |||
Track sales and bestselling products | |||
See which products are winning at a glance. Keep tabs on your overall revenue, order count, and visitor data by week, month, and year. Knowledge = power. | |||
|
|||
WooCommerce on your watch | |||
Effortlessly view today’s store data and track your orders right from your wrist with our WooCommerce Wear OS App. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ThomazFB I took the liberty to change the wording from WearOS
to Wear OS
because that's how they spell it in the Guidelines and I feel like misnaming it WearOS
might make the Google reviewers trigger-happy on rejecting it 😅
@@ -1,5 +0,0 @@ | |||
<en-US> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got confused seeing this as I was pretty sure we removed it, but it seems it came back in a merge (fc13979). Thanks for noticing and removing it 🙇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I was sure we already removed it as well so was confused why it was still there 😅 Nice catch finding the reason being a merge, that explains it 👍
Update: since Google Play requires that we mention Our plan is to:
|
FYI, I just ran the following fastlane command from this PR's branch to upload the new content of all the bundle exec fastlane run upload_to_play_store package_name:com.woocommerce.android \
skip_upload_metadata:false \
skip_upload_changelogs:true \
skip_upload_images:true \
skip_upload_screenshots:true \
skip_upload_apk:true skip_upload_aab:true \
json_key:$HOME/.configure/woocommerce-android/secrets/google-upload-credentials.json I then confirmed that the new copies sent for submission were now the expected ones in Google Play Console (i.e. matching the |
Next Steps once Google approves the current listing (🤞 )
cc @ThomazFB (†) Depending on the time at which this lands in |
Why?
The Play Store Listing was initially rejected when we asked to enable the Wear app because the full description didn't mention the Wear app.
How?
We updated the listing manually in Play Store Console and resubmitted it, but for those changes to stick:
fastlane/metadata/android/en-US/full_description.txt
, otherwise during the next production upload,fastlane
would re-update the listing with the content of that file and remove the changes we manually made.PlayStoreStrings.pot
file accordingly (viabundle exec fastlane update_play_store_strings
), so that the new full description starts getting translated in GlotPress for other localesWhat's Next
Once this PR is merged into
release/19.2
, we need to backmergerelease/19.2
intotrunk
so that the updatedPlayStoreStrings.pot
reachestrunk
and gets picked up by the WPCOM job to be sent to Glotpress for translation.Testing: only during Production build submission
During the next submission of the production release (cc @ThomazFB), we need to ensure that the
en-US
Play Store Listing shown in Play Store Console will still contain the added mention of the Wear app (i.e. that it hasn't been reverted byfastlane
updating the metadata with an older copy).Additionally, if translations for the new Play Store Listing copy have already been done in GlotPress, they should be downloaded during the call to
finalize_release
. We might thus want to check that the Play Store Listing for those locales in Play Store Console has been updated accordingly too once the CI have created the Play Store Release for Production Track after that call.