Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When i run app extension(Widget) in device.I got this error App installation failed

This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique.

like image 705
SAS Sudalaiyandi Avatar asked Oct 29 '14 05:10

SAS Sudalaiyandi


Video Answer


1 Answers

If your application bundle identifier is com.companyName.productName then your extension bundle identifier should be com.companyName.productName.extensionName

If you assign the bundle identifier in this way then your provisioning profile will work for both.

like image 161
Meenakshi Avatar answered Oct 23 '22 06:10

Meenakshi