-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[in_app_purchase_storekit] Add support for purchase and transactions #7574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
b126a15
pigeon stuff
LouiseHsu ae9095a
refactored AND working heh
LouiseHsu c38b66f
format
LouiseHsu 268a50e
pre refactor for cache
LouiseHsu f6ec07a
.
LouiseHsu aa36dfd
fix configuration file
LouiseHsu 8724d40
more docs
LouiseHsu a6cbd98
more docs and clean up
LouiseHsu b75eec7
.
LouiseHsu 4d2fd59
FIXED TESTING ISSUE
LouiseHsu aeef979
native tests are donesies
LouiseHsu acf499f
moreeee clean up and tests,
LouiseHsu c3c7204
format, comments, remove prints
LouiseHsu 9021b6f
versioning, analyze
LouiseHsu 666df56
symlink the test files
LouiseHsu 97b746f
fix mac cant build
LouiseHsu add5bf5
podspec, licensing
LouiseHsu 06b42d0
.
LouiseHsu 0701d2a
remove any to get around old linter
LouiseHsu 8f225c0
remove more anys to appease format gods
LouiseHsu 2c6efdb
Merge branch 'main' into iap_add_purchase
LouiseHsu 72ce51c
a lil bit of refactioring
LouiseHsu 2e940fe
Merge branch 'iap_add_purchase' of github.com:LouiseHsu/packages into…
LouiseHsu 442c158
better error messages
LouiseHsu f48510b
some refactoring
LouiseHsu 6076bf1
.
LouiseHsu d8dcad2
remove uneeded filed
LouiseHsu 9c2893b
oops pathing
LouiseHsu 1a74fb7
.
LouiseHsu 1b688ae
.
LouiseHsu 74c2de3
.
LouiseHsu 71c9a1b
.
LouiseHsu 582156b
no message
LouiseHsu e6bec70
.
LouiseHsu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
.
- Loading branch information
commit 71c9a1bdbcfaebd8633fb0ab0b059a0a1fecd3da
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can change it in next PR - getter shouldn't have a
getprefix. It should be justvar updateListenerTask: Task<(), Never>