I'm trying to use this api from google:

This endpoint requires two parameters:

  1. packageName (Package name of the app)
  2. editId (Identifier of the edit)

I understand what they mean by the packageName, but what do they mean with the editId parameter? Where do i find this editId? I literally have no clue.

Any tips would be highly appreciated!

1 Answer

Google Play "Edit" methods allow you to prepare a number of changes to your app and then deploy them all at once. You first need to insert an "Edit" [1] that will hold all the changes you want to make to the app. In other words, it is required to label all interactions by inserting an "Edit".

"When you first create an edit, the edit is a copy of the current deployed state of the app. You can then modify the edit by calling the Edits methods." [2]

[1]

[2]

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.