Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR ITMS-9000: "Missing or invalid signature.

ERROR ITMS-9000: "Missing or invalid signature. The bundle 'com.google.GPPSignIn3PResources' at bundle path 'Payload/My_app_name.app/GooglePlus.bundle' is not signed using an Apple submission certificate."

I was able to submit same build previously now just did UI related few changes and trying to resubmit the build and getting this error. Is there any solution to handle this ??

like image 626
SRS Infosystems Avatar asked Sep 10 '14 10:09

SRS Infosystems


2 Answers

The same problem as described here: AppStore Submission - Missing or invalid signature - com.google.GPPSignIn3PResources

Just remove files below and build your app as usual!

  • GooglePlus.bundle/GPPSignIn3PResources
  • GooglePlus.bundle/GPPCommonSharedResources.bundle/GPPCommonSharedResources
  • GooglePlus.bundle/GPPShareboxSharedResources.bundle/GPPShareboxSharedResources
like image 56
LorikMalorik Avatar answered Sep 22 '22 19:09

LorikMalorik


Upgrade to the 1.7.1 version of the Google Plus iOS SDK

Difference between 1.7.0 and 1.7.1 bundles is that no files were added but following three files are deleted.

Or

Delete following 3 files from 1.7.0

  • GooglePlus.bundle/GPPSignIn3PResources
  • GooglePlus.bundle/GPPCommonSharedResources.bundle/GPPCommonSharedResources
  • GooglePlus.bundle/GPPShareboxSharedResources.bundle/GPPShareboxSharedResources
like image 27
Subodh Ghulaxe Avatar answered Sep 24 '22 19:09

Subodh Ghulaxe