I've got an iPhone app that uses push notifications, which means that I can't use a wildcard in the bundle identifier of my provisioning profile. This means that I can't use a team provisioning profile, which makes things difficult when several developers are committing code to Subversion.
When I commit my code, I also commit my individual provisioning profile settings in the Xcode project. Then when other developers do an svn update, they have to change the profile settings to fit their needs, and it's a never ending battle.
Is there a different solution other than a team provisioning profile that uses wildcards in the bundle identifier?
Thanks!