I am integrating google plus with my ios project.....
i include all steps for integration from https://developers.google.com/+/mobile/ios/sign-in
The sign page perfectly appar but while i click on share button which contain code
- (IBAction)TestShareOnG:(id)sender {
id<GPPNativeShareBuilder> shareBuilder = [[GPPShare sharedInstance] nativeShareDialog];
[shareBuilder open];
}
the appliction crash and error occur..
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Google Plus fallback bundle could not be found. Please include it in the project.'
I was having same problem
Make sure following
1> add GoogleOpenSource.framework and GooglePlus.framework
2> add GooglePlus.bundle also
I was missing 2nd...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With