-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iOS 13 crash when requesting iap product info
http://community.stencyl.com/index.php?issue=1674.0 Xcode 11 + iOS 13 makes the purchase callback take place from a foreign thread. https://github.com/HaxeFoundation/hxcpp/blob/master/docs/ThreadsAndStacks.md HaxeExtension/extension-iap#55 We may want to eventually update our iap implementation to the HaxeExtension one. https://github.com/HaxeExtension/extension-iap
- Loading branch information
1 parent
f5663f3
commit 944b3c9
Showing
2 changed files
with
57 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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 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