tikhop
c5094d2526
Merge pull request #127 from mikeakers/typos
2024-10-24 20:33:21 +02:00
Mike Akers
994f5e50d1
Fix a couple of typos
2024-10-22 14:22:18 -04:00
tikhop
f7b5cdc763
Merge pull request #124 from tikhop/3.4.2
...
fix: Use resource_bundles for PrivacyInfo.xcprivacy
2024-05-15 11:03:58 +02:00
tikhop
8628d18a3e
fix: Static framework privacy file podspec
2024-04-28 01:17:29 +02:00
tikhop
5c98719f04
feat: Remove unnecessary availability checks
2024-04-28 00:56:18 +02:00
tikhop
1533e88dee
chore: Update readme
2024-04-28 00:55:18 +02:00
tikhop
e135055eae
Merge pull request #122 from tikhop/develop
...
chore: Sync master with develop
3.4.1
2024-04-03 16:22:57 +02:00
tikhop
81fb73a990
Merge pull request #121 from tikhop/chore/privacy-info
...
chore: Add privacy manifest
2024-04-03 16:22:10 +02:00
tikhop
69a07bce4d
chore: Add privacy manifest
2024-04-03 16:17:35 +02:00
tikhop
5c1ecd9da9
Merge pull request #118 from tikhop/develop
...
chore: Release 3.4.0
3.4.0
2024-02-08 23:09:59 +01:00
tikhop
20cf6265c8
feat: Support VisionOS
2024-02-08 23:08:00 +01:00
tikhop
ca7761cfe4
chore: Code clean up
2024-02-08 23:05:13 +01:00
tikhop
568094538e
Merge pull request #116 from czarny/master
...
feat: Original app purchase date support
2024-02-01 12:33:11 +01:00
czarny
cac248c1a8
Exposed app purchase date in objc interface.
2024-01-30 10:50:59 +01:00
czarny
a4ee5c30ef
Added reading of app purchase date from receipt.
2024-01-30 10:48:30 +01:00
tikhop
c65a8b5693
Merge pull request #115 from pvieito/master
...
feat: Added visionOS support
2024-01-29 23:11:12 +01:00
Pedro José Pereira Vieito
2115236e7c
Added visionOS support
2024-01-16 00:03:56 +01:00
tikhop
4d5fd80b57
Merge pull request #109 from tikhop/master
...
chore: Merge master into develop
2023-06-21 17:11:41 +04:00
tikhop
0922d5f1e5
chore: Add github templates
2023-06-21 17:06:16 +04:00
Pavel Tikhonenko
ce676b8f21
Bump up cocoapods version
2022-07-29 12:24:29 +03:00
Pavel T
5b830d6ce6
Merge pull request #101 from younata/master
...
Use kIOMainPortDefault instead of kIOMasterPortDefault when possible.
3.3.4
2022-07-29 12:19:09 +03:00
Rachel Brindle
4b2b4eca89
xcode 14 removes the kIOMasterPortDefault symbol
2022-07-22 18:59:41 -07:00
Pavel Tikhonenko
2b9946f8fe
Bump up pod version
3.3.3
2021-12-20 14:21:16 +03:00
Pavel Tikhonenko
f437d0916c
Merge branch 'develop'
...
* develop:
Make sure to use a consistent style for braces (Allman, not K&R)
Allow isEligibleForIntroductoryOffer() method to be called from Objective-C by exposing it through the InAppReceipt_Objc wrapper class
2021-12-20 14:18:40 +03:00
Pavel T
eac0afda63
Merge pull request #96 from ortekka/feature/improved-objc-support
...
Feature/improved objc support
2021-12-20 14:16:19 +03:00
Pavel Tikhonenko
57a24389bc
Destroy refresh session
2021-12-20 14:15:59 +03:00
Marco Piovanelli
c79e3fb157
Make sure to use a consistent style for braces (Allman, not K&R)
2021-12-15 15:38:02 +01:00
Marco Piovanelli
0c4cc3d832
Allow isEligibleForIntroductoryOffer() method to be called from Objective-C by exposing it through the InAppReceipt_Objc wrapper class
2021-12-15 15:35:54 +01:00
Pavel Tikhonenko
4bdd84a82d
Bump up cocoapod version
3.3.2
2021-11-01 20:59:07 +03:00
Pavel Tikhonenko
7065db5af2
Improve receipt refreshing ( https://github.com/tikhop/TPInAppReceipt/issues/93 )
2021-11-01 20:57:35 +03:00
Pavel Tikhonenko
b94b280f60
Improve receipt refreshing ( https://github.com/tikhop/TPInAppReceipt/issues/93 )
3.3.1
2021-11-01 20:11:08 +03:00
Pavel Tikhonenko
14f707e28f
Bump up pod version
3.3.0
2021-09-25 02:19:00 +03:00
Pavel Tikhonenko
d769fb8946
Update docs ( https://github.com/tikhop/TPInAppReceipt/issues/92 )
2021-09-25 01:37:53 +03:00
Pavel Tikhonenko
4d60d9877b
Try different network interfaces (en0, en1) when getting the GUID in macOS
2021-09-24 01:53:59 +03:00
Pavel Tikhonenko
fa3d5e9ca4
Rename verify to validate
2021-06-08 16:41:48 +03:00
Pavel Tikhonenko
b499594c2a
Remove unnecessary check for target environment
2021-06-08 13:20:17 +03:00
Pavel Tikhonenko
60b56e536d
Use Bundle.main.appVersion when verifying bundle version
2021-06-08 13:19:05 +03:00
Pavel Tikhonenko
aa7a80b62b
Fix SPM (exclude files)
2021-06-08 13:18:03 +03:00
Pavel Tikhonenko
1682b6f9eb
Remove unnecessary comparison
2021-06-08 13:17:29 +03:00
Pavel Tikhonenko
a41d466d15
Create "Private" Bundle extension; Add appVersion property into Bundle extension for validation purposes
2021-06-08 12:58:33 +03:00
Pavel Tikhonenko
644127d31e
Merge branch 'master' into develop
2021-05-28 21:42:25 +03:00
Pavel Tikhonenko
804744e28e
Introduce isValid getter to check wether receipt is valid or not
2021-05-28 21:34:05 +03:00
Pavel Tikhonenko
da68e42035
Update README: fix sample code
2021-05-28 19:51:44 +03:00
Pavel Tikhonenko
c47c05f7ed
Update README: Improve sample code style
2021-05-27 22:54:34 +03:00
Pavel Tikhonenko
a000d74b25
Update Readme
2021-05-27 22:52:07 +03:00
Pavel Tikhonenko
22d7d92c30
Break validation method verifyBundleIdentifierAndVersion into two separate methods.
2021-05-27 22:51:00 +03:00
Pavel Tikhonenko
695f0db9a7
Bump up pod version
3.2.1
2021-05-27 11:15:06 +03:00
Pavel Tikhonenko
a80c0bc2bb
Merge branch 'master' of https://github.com/tikhop/TPInAppReceipt
2021-05-27 11:08:42 +03:00
Pavel Tikhonenko
38464e48a0
Update Readme
2021-05-27 11:08:33 +03:00
Pavel T
987b4a003f
Merge pull request #89 from dkhamsing/patch-1
...
Update README: Improve sample code style
2021-05-26 23:03:13 +03:00