ios

changing build identifier app getting crash


i have my home screen with login of google plus.. Now my project bundle identifier is com.appta.product And my project name is apptaproduct. Now my client want to chnage the bundle identifier name to com.appta.solution. Now i simple change the target name nad edit the scheme and when i run my app .And when i try to login with google + my app getting crash.

Please give some guide to change the build identifier of my project. This is version of 2.1....But before some developer are worked in version 2.1.In that time they used same build identifiercom.appta.product. So they already have that app in app store.

Now i am newly working in this version.Please help me how can i change the build identifier to work as before.

Please help me thanks!


Solution

  • To use a google+ login, first it always requires to register your application information to https://console.developers.google.com. At google developer console your application still holds your old bundle identifier 'com.appta.product'.

    NOTE: Solution is to login at google developer console and find your registered application there and change the bundle identifier to new one - 'com.appta.solution'.
    Your application google+ login will work thereafter.