Reputation: 1270
There are some similar question posted on here but they does not solve my issue.
I am Learning Swift with Xcode 7. I have developed an app which I have deployed on my iPhone 4s, I was getting warning in Xcode after deployment.
The provisioning profile "iOS Team Provisioning Profile: " is expiring soon
However, App was working fine but after few days I stopped working and I had to connect to Xcode and deploy app again. The app is working again. However, I see the warning sign again as below.
I have done research and found out I can resolve this issue from Apple Developers account. However I do not have developer's account as it cost $99 a year. Is Apple developer subscription is necessory ? in order to solve this issue permenently ?
Upvotes: 3
Views: 2342
Reputation: 1119
For a free developer account, the provisionning profile is just usable about a week. You have to built your app again periodically to be able to use it! It's Apple's rules...
Upvotes: 4
Reputation: 1365
If you submit app to appstore or beta-distribution (Hockeyapp, ...), you must renew developer account.
If you only wanna run app on your device, from iOS9, you can do it without developer accout http://www.wastedpotential.com/running-xcode-projects-on-a-device-without-a-developer-account-in-xcode-7/
Upvotes: 1