Under the Code Signing section, add code-signing
                            identities for each configuration (Debug, Release, or Distribution) you
                            want to build, depending on how you will deploy the app. When you build the Hybrid Web Container using your provisioning profile, you
                            are creating your own version of the application.You can reuse the
                            bundle ID that is distributed with the HWC template project, but you
                            cannot upgrade your custom-built application through the normal means. 
 The reason for this is because on iOS the Keychain is
                            used to store information and Keychain rights depend on the provisioning
                            profile used to sign your application. Therefore, you should
                            consistently use the same provisioning profile across different versions
                            of your application. Follow the instructions in Using Multiple Hybrid Web Containers on the Same iOS Device
                            when you build the HWC template source.