I would like to deploy my program by not use bundle identifier same Apps ID in iOS Developer.
Because it must change that everytime when i test a new application.
Can i config that ?
Thanks
I would like to deploy my program by not use bundle identifier same Apps ID in iOS Developer.
Because it must change that everytime when i test a new application.
Can i config that ?
Thanks
I’m not really sure what you’re after, but you need a unique bundle identifier for each release. You can use just one for development if you want but I wouldn’t recommend it. Other than that, you can do some stuff with “com.companyname.*”, but I’ve always used specific identifiers so would probably be best looking at apples’ documentation.
Thanks EyeSix
Before i used certificate and provision profile of my professor. It’ easy. Bundle identifier not matching with provision profile but i can deploy to my device. Now i bought iOS Developer of myself. I must input bundle identifier same App ID,Because not matching with provision profile the compile will error “Code Sign error: a valid provisioning profile matching the application’s Identifier ‘com.apple.dts.AdvURLs’ could not be found”
I use use the same com.puzbox.development profile for all my stuff. You can use the same thing to test multiple apps, just can’t have two. So I have a com.puzbox.developer2 for the second app. Of course releasing on appstore means you’ll need a unique one.