1

Is there a limit on the number of devices on which we can launch our app using the free apple developer account?

I am using Xcode 7.3 and iOS 9.3.2 I am able to launch my app on few devices, but I always get code signing issue when I try to launch it on another new device. I tried checking the apple developer page, but could not find info regarding this.

Suhas
  • 91
  • 8

1 Answers1

2

There is no limit to the number of devices you can build on with a free account. (At least, there is no published limit.)

As a side note for future readers of this question, there is a published list of restrictions. Using only the free Apple account, your app will not be able to use these features:

  • Apple Pay
  • Associated Domains
  • Game Center
  • iCloud: CloudKit
  • iCloud: iCloud Documents
  • iCloud: Key-Value Storage
  • In-App Purchase
  • Personal VPN
  • Push Notifications
  • Wallet
Aaron Brager
  • 62,532
  • 17
  • 146
  • 267
  • the same Apple ID is not required. (tested with my family members) – user3441734 Jun 16 '16 at 04:28
  • The provisioned app works only for a week. Is there any way we can increase that time line? – Suhas Jun 16 '16 at 16:00
  • I created a simple helloWorld app and tried to run it on a 4th device and it is working successfully. (I am saying this because I read in some post that the limit is 3 devices) – Suhas Jun 16 '16 at 18:12