This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[in_app_purchase] payment queue dart ios #1249
Merged
cyanglaz
merged 66 commits into
flutter:master
from
cyanglaz:iap_payment_queue_dart_ios
Feb 28, 2019
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
3d21006
draft
73caea7
second draft
9420db0
finish transaction
62a9974
adding more comments
2ec9c58
more comments
e75411a
let dart intercept the payment from store
824eee8
create payment method
98f8d03
rearrange method order
e1176e5
formatting
6878875
draft
8feddbf
draft 2
2ccfe7e
Merge branch 'master' of github.com:flutter/plugins into iap_make_pay…
0e8de06
Merge branch 'iap_make_payment_objc' into iap_payment_queue_dart_ios
ec177e3
add payment
ab75985
typo fix
5edec3f
Merge branch 'iap_make_payment_objc' into iap_payment_queue_dart_ios
ed11706
more comments
564d13b
remove unused code
330dc3d
Merge branch 'iap_make_payment_objc' into iap_payment_queue_dart_ios
b11e3c5
update to weakself
7f9e5a9
review fixes
0187f9a
formatting
ec1f0bb
merge the objective-c branch
6b2d7ea
rename callback methods
e7da33a
nit fix
b756e70
rearrange payment object handling code
4dd5b14
fix unit test, remove nil check for callback blocks
f3cdb83
formatting
7ddbc6c
merge and resolve conflicts
18f1e82
observer update
a37123e
assert transaction observer is set
7d57282
finish transaction method
da19308
merge master
ad2f3ee
Merge branch 'master' into iap_payment_queue_dart_ios
c0eabdd
reslove conflicts
f11949e
formatting
bd746bf
fixes
06f8495
local test
541c573
add assert message
a3fe929
fix price precision
61c66d1
more local test code
8762cfc
review fixes
736838e
revert sku_details_wrapper.g
114b5ce
update price to string to avoid precision lost
343a976
remove unnecessary print statement
372fad7
Merge branch 'get_product_list_fix' into local_test
f845b61
fixes
36d9d25
test case fixes
055a88f
Merge branch 'get_product_list_fix' into iap_payment_queue_dart_ios
087d954
Merge branch 'local_test' into iap_payment_queue_dart_ios
324d7a9
revert main.dart
17af41a
Merge branch 'master' into iap_payment_queue_dart_ios
80fcac1
remove unnecessary method
670bc84
Merge branch 'master' into iap_payment_queue_dart_ios
5c8b3c5
remove unnessary addpayment logic
8132c22
formatting and renaming
ffaf35c
fix transform map to transactions and downloads
6989936
refresh serializer
693ed90
formatting
57fc26f
more comments
810fb8b
merge origin
711c437
formating
237bf2c
more error message and comments
de1dd3c
more review fixes
6a4b1b3
review fix
b163954
formatting
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
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
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
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
Oops, something went wrong.
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.
Would this ever be null? Should we handle it like an error if/when it is?
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.
Apple handles the transaction identifier strangely, the identifier is null when the state the purchasing. I should probably put a comment on it.