Commit Graph

169 Commits

Author SHA1 Message Date
Mike O. Abidakun
de6e53da44 Applies Xcode-9.3. Fix-it which adds compile time warnings for the implicit retention of self. 2018-03-30 21:38:58 +01:00
Mike O. Abidakun
ead9ec4656 Replaces code for checking the platform and OS version, with a simplified call that meets the original intent.
The original intent was to check if the code was running in an iOS simulator on an x86 architecture.
This solution was provided by a FixIt in Xcode-9.3.
2018-03-30 21:36:44 +01:00
Mike O. Abidakun
ffd05b16a5 Fixes a compile-time failure caused by referening to the useStoreKitReviewPrompt method, which is no included for macOS. 2018-03-30 21:33:37 +01:00
Matt Coneybeare
a8c1dfdae5 Merge pull request #112 from MartinMoizard/master
Improve iOS 10.3 review dialog support + documentation
2017-11-10 12:16:23 -05:00
Martin Moizard
b3bd6ecc16 Restore func hideRatingAlert() 2017-11-10 17:11:29 +01:00
Matt Coneybeare
773c9c9ddd Merge pull request #111 from 1bannamgiauten/patch-1
missing ; in end of line one
2017-10-29 12:43:59 -04:00
Martin Moizard
90ce675259 Add documentation on new API 2017-10-27 10:53:51 +02:00
Tuan Nguyen
f53bf4637d missing ; in end of line one 2017-10-21 01:12:17 +07:00
Matt Coneybeare
804141486d update podspec 0.3.5 2017-10-11 14:28:33 -04:00
Matt Coneybeare
86bb26031d updated iOS 11 review string template 2017-10-11 12:54:42 -04:00
Matt Coneybeare
74ae451630 updated iOS 11 review string template 2017-10-11 11:46:01 -04:00
Matt Coneybeare
c70e28dd42 Merge branch 'master' of github.com:UrbanApps/Armchair 2017-10-11 11:41:39 -04:00
Matt Coneybeare
04208a6f75 Merge pull request #110 from ArturoLee/master
Rate Button is now Bold
2017-10-05 11:27:07 -04:00
ArturoLee
5c963bda6a UIAlertActionStyle.cancel was assigned to the rate button so it can appear bold.
UIAlertActionStyle.default was assigned to the cancel button so it can have a regular font 2017-10-02 19:41:34 -04:00
Matt Coneybeare
04cb290dc1 updated podspec 2017-09-17 08:23:23 -04:00
Matt Coneybeare
a4f97f92c3 updated podspec 0.3.3 2017-09-15 09:20:14 -04:00
Matt Coneybeare
dfb230dcd2 Swift 4 and tweaks to example projects 0.3.2 2017-09-14 20:40:16 -04:00
Matt Coneybeare
87d68ec2a7 Updating podspec 2017-09-14 19:14:02 -04:00
Matt Coneybeare
3c95c3df2d Merge pull request #107 from MartinMoizard/swift3-and-root-fix
Fix issue when `getRootViewController` would return `nil`
2017-09-08 21:32:38 -04:00
Martin Moizard
eaebe860da Fix issue when getRootViewController would return nil 2017-09-01 09:56:47 +02:00
Martin Moizard
2bdd30f9ed Migrate to Swift 3 2017-09-01 09:56:15 +02:00
whitepixelstudios
adc0a0d580 Update iOS 10.3 review dialog support 2017-07-31 12:25:05 +10:00
whitepixelstudios
dddaa62c25 Changes 2017-07-31 11:52:04 +10:00
whitepixelstudios
ea3ab5ed28 Merge remote-tracking branch 'UrbanApps/master'
# Conflicts:
#	Source/Armchair.swift
2017-07-31 11:50:17 +10:00
whitepixelstudios
068c4b92c1 Remove ios < 9 support [Alertview] 2017-07-31 11:44:12 +10:00
Matt Coneybeare
ee3d999eb3 Merge pull request #94 from TenPercentHappier/master
Ensure didDisplayAlertClosure called for UIAlertController
2017-05-12 10:46:36 -04:00
Matt Coneybeare
cc623a0157 Merge pull request #95 from ari3l/master
Fix infinite prompts when using StoreKit prompt
2017-05-12 10:43:25 -04:00
Ariel
0db2bb6fb0 Fix infinite prompts when using StoreKit prompt 2017-05-11 13:00:32 -04:00
rainesbt
6163929275 Ensure didDisplayAlertClosure called for UIAlertController
* didDisplayAlertClosure not being called in the case of using UIAlertView
2017-05-10 14:58:42 -04:00
Matt Coneybeare
1949d8f07e Merge pull request #92 from ari3l/master
Add support for iOS 10.3 review prompt
2017-05-07 19:08:42 -04:00
Ariel
7299a7067a Add support for iOS 10.3 review prompt
Added an option to use SKStoreReviewController review prompt instead of the default prompt. If it’s not available (below iOS 10.3), just use the default prompt.
2017-05-05 15:38:20 -04:00
Matt Coneybeare
f9736d6273 Merge pull request #89 from masgharneya/bugfix/useSwift3ToolchainOnRelease
Fixed issue with Carthage building project using the wrong toolchain
2017-03-17 11:15:54 -04:00
Mohammad Asgharneya
14c89be4b9 Fixed issue with Carthage building project using the wrong toolchain 2017-03-16 14:59:04 -04:00
Matt Coneybeare
2389058301 Update for pod version 0.3.0 0.3.0 2017-02-27 12:27:19 -05:00
Matt Coneybeare
8f0888670a update podspec 2017-02-27 12:26:08 -05:00
Matt Coneybeare
10695e5df6 Merge pull request #87 from whitepixelstudios/master
Update Podspec, Readme, Fix custom alerts, update review URL for 10.3
2017-02-27 13:24:38 -04:00
whitepixelstudios
bf8c97e92b Update Readme, Fix custom alerts, update review URL
Update version in podspec to 0.3.0 (Swift 3)
Update readme to match podfile
Make custom alert closure parameters escaping
Review URL: auto-open to write review page
2017-02-25 16:00:33 +10:00
Matt Coneybeare
1807313d35 Merge pull request #86 from whitepixelstudios/swift3
Swift3
2017-02-24 14:28:11 -04:00
whitepixelstudios
ef24da44d5 Merge pull request #2 from whitepixelstudios/master
Add public setter for custom alert closure
2017-02-16 13:15:35 +10:00
whitepixelstudios
b9b50559aa Add public setter for custom alert closure 2017-02-16 13:13:58 +10:00
whitepixelstudios
8384be5c1e Merge pull request #1 from whitepixelstudios/swift3
Swift3
2017-02-16 13:04:17 +10:00
whitepixelstudios
61f124d82c Add custom dialog closure
Added an optional closure to allow developers to present their own dialog once all criteria for the dialog are filled. Passes closures for 'Rate', 'Remind', and 'No thanks'
2017-02-16 13:03:15 +10:00
whitepixelstudios
24b4f4ab8f Merge branch 'master' into swift3 2017-02-16 12:48:28 +10:00
Matt Coneybeare
a717880f55 Merge pull request #79 from OliverZiegler/master
Update check for iOS simulator
2016-10-17 10:09:30 -04:00
Matt Coneybeare
ffb40f4d14 Merge pull request #80 from OliverZiegler/swift3
Update check for iOS Simulator
2016-10-17 10:09:23 -04:00
Oliver Ziegler
bdcacffcb4 Update check for iOS Simulator 2016-10-15 13:15:40 +02:00
Oliver Ziegler
d57ed6802a Update check for iOS simulator 2016-10-15 13:13:54 +02:00
Matt Coneybeare
d8bc619f3c Merge pull request #76 from phimage/swift3
Fix swift 3 compile issue for mac os
2016-09-25 16:35:40 -04:00
phimage
b5270a4892 fix swift 3 compile issue for mac os 2016-09-22 15:18:24 +02:00
Matt Coneybeare
44b876e0a5 Merge pull request #74 from JagCesar/feature/swift2.3
Updates project so it builds with Swift 2.3
2016-09-16 08:09:05 -04:00