Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
takecian committed Feb 19, 2020
1 parent 2c515c5 commit 579f83c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,22 @@ If your app is only avaiable for some coutnries, please add country code at Setu
}
```

## App ID

Optional, you can set App ID explicitly. If not, SwiftRater will get App ID from appstore by bundle ID.

```
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
SwiftRater.daysUntilPrompt = 7
SwiftRater.usesUntilPrompt = 10
SwiftRater.appID = "1104775712"
SwiftRater.debugMode = true
SwiftRater.appLaunched()
return true
}
```
## Demo

You can find Demo app in this repo.
Expand Down
2 changes: 1 addition & 1 deletion SwiftRater.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftRater'
s.version = '1.7.0'
s.version = '1.8.0'
s.summary = 'A utility that reminds your iPhone app users to review the app written in pure Swift.'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 579f83c

Please sign in to comment.