Skip to content

can't read localization what's new #29

@zrx89757

Description

@zrx89757

image

def read_app_info(): api = Api(AUTH_KEY_ID, AUTH_FILE_PATH, AUTH_ISSUER_ID, submit_stats=True) apps = api.list_apps() for app in apps: print(app.name, app.sku) pre = api.list_beta_build_localizations() x = {v.locale: v.whatsNew for v in pre} print(x)

why the code can read apps, but the beta build localizations are empty?
image
they are all "None", as the first picture shows, I indeed inputted what's new for 'en-US', why is none by my code?
If I get the concept wrong, please point it out. Any help is appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    API v1.2Support of the App Store Connect API v1.2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions