The provisioning profile is expiring soon

Today when I built my app to the device, I got the warning that the provisioning profile is expiring soon (on 5/7/2016), and I'm not a member of paid Apple Developer Programs. Also I found that renaming the bundle identifier didn't resolve the issue. Is that okay to ignore this warning?

Replies

can't you just create a new provisioning profile to sign with? Apple may test your app out before the 7th or the expired profile may not cause any problem, but it's better to be safe than sorry.

If I'm not the paid member, is it true that the only way to create a new provisioning profile is to rename bundle identifier and click the "Fix Issue" button? If so, the new provisioning profile seems to be valid in only seven days. I just can't find a way to create a profile that doesn't expire so soon.

I got the same problem.

I also have this problem. Changed to a ompletely different Apple ID and still got this warning. There are tons of solutions on the internet but all seem to be for people having paid accounts. I cant even enter the site where you update (https://developer.apple.com/account/ios/certificate) it just redirects me to https://developer.apple.com/account/#/welcome where I can't do anything.

I'm now seeing this issue too. Everything has been working just fine for a year and all of a sudden I have started seeing the message "the provisioning profile is expiring soon" when using the free personal account to rebuild my iOS projects.


has anyone come across a working solution?

'free provisioning' profiles are now valid for one week only, after which time you will need to create a new one.


You need to use xcode, to regenerate a signed private key.

steps:
  • xcode-> preferences -> accounts -> manage certificates -> + -> add apple development certificates


https://github.com/hhstore/blog/issues/252#issuecomment-813973028
  • Well that was stupid. I'm just trying to create an iPhone app. All this signature/"Bundle Identifier"/Signing Certificates/"Team" stuff...**** can I just run some code? Can I not worry about all this licensing stuff when I'm actually releasing an app to the public, please?

Add a Comment