Skip to content

Commit

Permalink
Fix Link real-device-config.md (#601)
Browse files Browse the repository at this point in the history
Link to developer.apple.com/account was relative, and did not work when viewed on github.com.
  • Loading branch information
johannesx75 authored and imurchie committed Jan 12, 2018
1 parent 2308e32 commit 4c12c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/real-device-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ to do this:
```
In either case, the Team ID is a unique 10-character string generated by Apple
that is assigned to your team. You can find your Team ID using your developer
account. Sign in to [developer.apple.com/account](developer.apple.com/account),
account. Sign in to [developer.apple.com/account](https://developer.apple.com/account),
and click Membership in the sidebar. Your Team ID appears in the Membership
Information section under the team name. You can also find your team ID listed
under the "Organizational Unit" field in your iPhone Developer certificate in
Expand Down

2 comments on commit 4c12c3d

@agarwalashish07
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi can you please tell that if I need to purchase the apple developer membership to start testing on real ios devices?

@imurchie
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A free developer account will work. You will not get a wildcard certificate, so you'll need to sign things specifically. This document covers that.

Please sign in to comment.