# Export Registered Devices as CSV (using format from Apple Developer)

**URL:** https://discuss.bitrise.io/t/export-registered-devices-as-csv-using-format-from-apple-developer/10019
**Category:** Website
**Tags:** ios
**Created:** [August 23, 2019, 4:06pm UTC](https://discuss.bitrise.io/t/export-registered-devices-as-csv-using-format-from-apple-developer/10019 "2019-08-23T16:06:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![finhorsley](https://avatars.discourse-cdn.com/v4/letter/f/f14d63/32.png) [@finhorsley](https://discuss.bitrise.io/u/finhorsley)
#### Post date: [August 23, 2019, 4:06pm UTC](https://discuss.bitrise.io/t/export-registered-devices-as-csv-using-format-from-apple-developer/10019/1 "2019-08-23T16:06:43Z")

</div>

## Description of the feature request

Include an option to export Registered Devices from [Log in - Bitrise](https://app.bitrise.io/me/profile#/test_devices) as an CSV (using the same format as provided by the Apple Developer site

_For anyone new to this, [here](https://devcenter.bitrise.io/testing/registering-a-test-device/) is the link to the Bitrise docs for Registering test devices_

## Use case / for what or how I would use it

Xamarin builds don’t have support for [Automatic Provisioning](https://devcenter.bitrise.io/code-signing/ios-code-signing/ios-auto-provisioning/), which means that we have to manually upload all new devices to [Sign In - Apple](https://developer.apple.com/account/resources/devices/add). If Bitrise exported it’s registered devices as a csv, it would make it really easy to upload this to Apple Developer when updating the Provisioning Profile

#### Potential Blockers

- If new devices are added to an existing list of devices (on Bitrise), the csv would include devices that had already been uploaded to Apple. I would assume Apple would detect that some devices had already been uploaded and only add the new ones, but I haven’t tested this to confirm
