Skip to content

Bundle IDs

Kyle Decot edited this page Oct 26, 2019 · 3 revisions

Listing

app_store_connect = AppStoreConnect::Client.new

app_store_connect.bundle_ids # => { :data => [] }

Deleting

app_store_connect = AppStoreConnect::Client.new
bundle_id = ...

app_store_connect.delete_bundle_id(id: bundle_id) # => true
Clone this wiki locally