Skip to content

Commit

Permalink
EddyVerbruggen#15 added troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyjoseph committed Dec 1, 2014
1 parent 0311a91 commit eb226f0
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ by [Eddy Verbruggen](http://twitter.com/eddyverbruggen)
3. [Installation (CLI / Plugman)](#3-installation-phonegap-cli--cordova-cli)
4. [Google+ API setup](#4-google-api-setup)
5. [Usage](#5-usage)
6. [Changelog](#6-changelog)
7. [License](#7-license)
6. [Troubleshooting](#6-troubleshooting)
7. [Changelog](#7-changelog)
8. [License](#8-license)

## 1. Description

Expand Down Expand Up @@ -138,10 +139,17 @@ window.plugins.googleplus.disconnect(
);
```

## 6. CHANGELOG
## 6. Troubleshooting
- Q: After authentication I'm not redirected back to my app.
- A: You probably changed the bundle id of your app after installing this plugin. Make sure that (on iOS) the `CFBundleURLTypes` bit in your `.plist` file is the same as the actual bundle id originating from `config.xml`.

- Q: I can't get authentication to work on Android. And why is there no ANDROID API KEY?
- A: On Android you need to execute the `keytool` steps, see the installation instructions for details.

## 7. Changelog
1.0.0: initial version supporting iOS and Android

## 7. License
## 8. License

[The MIT License (MIT)](http://www.opensource.org/licenses/mit-license.html)

Expand Down

0 comments on commit eb226f0

Please sign in to comment.