Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

react-native-iap

Developing and maintaining react native in app purchase module
Collective - Host: opensource - https://opencollective.com/react-native-iap - Code: https://github.com/dooboolab/react-native-iap

Release 2.3.12.

ios system err message.

github.com/hyochan/react-native-iap - b37106c23f982da6bd66faf2a6226028c54205ec authored over 6 years ago
Merge pull request #291 from mars-lan/master

Use NSError's localizedDescription instead of custom error messages

github.com/hyochan/react-native-iap - ea8e5ca1d920312e48df1bf9fb0c9b6b28091b9c authored over 6 years ago
Use NSError's localizedDescription instead of custom error messages

github.com/hyochan/react-native-iap - d9803da9011c24c5c6f86e9aa75944c7761d1da5 authored over 6 years ago
Release 2.2.11.

Added missing return statement in buySubscription.

github.com/hyochan/react-native-iap - 98e9d230be99ce87f368e0446ed108656b0588b8 authored over 6 years ago
Merge pull request #289 from mars-lan/patch-2

Fix broken Android build

github.com/hyochan/react-native-iap - b7171eb2a7e210cc9a32c9fa370228b28b8c63f7 authored over 6 years ago
Fix broken Android build

github.com/hyochan/react-native-iap - e7a3dc2b755ae6f62f000638e44f2e556f038423 authored over 6 years ago
Release 2.3.9.

Fixes for unsafe getting originalJson when restoring item and Android.

github.com/hyochan/react-native-iap - 3f6d1e6d283dea0d4801a526281d3f9f5a5c9db0 authored over 6 years ago
Trying to solve regression on buySubscription.

github.com/hyochan/react-native-iap - 5faf0bbf0dd9af503fda1c15d72b6c89d1342556 authored over 6 years ago
Release to 2.3.7.

Add missing field in ProductPurchase interface

github.com/hyochan/react-native-iap - 8cb75740a3b4c4f5bd7153ed3a1faf6f44e2ec20 authored over 6 years ago
Merge pull request #285 from raynor85/master

Add missing field in ProductPurchase interface

github.com/hyochan/react-native-iap - cc63466e36ee69a3c579e732f3d953d079b92e36 authored over 6 years ago
Add missing field in ProductPurchase interface

github.com/hyochan/react-native-iap - 17739593ae5dbba3e66ba154f4fc3d7f71e47098 authored over 6 years ago
Fixed types for buySubscription.

github.com/hyochan/react-native-iap - d53092fcb25e0123d84aa421404c65fa82b11f27 authored over 6 years ago
Added Q&A for validating receipt in android.

github.com/hyochan/react-native-iap - 51414bd9e6e61b7fe754f3f47cd66f27f394a0ca authored over 6 years ago
Released to 2.3.5.

Fixed transactionReceipt field in android.

github.com/hyochan/react-native-iap - ed5f06d426215022aeba60e89b3a60818e8d4733 authored over 6 years ago
Indent fixes in Q&A.

github.com/hyochan/react-native-iap - 8c6f44468726767834d66bd8cb9dc1fc7dc72113 authored over 6 years ago
Added Q&A section in readme.

github.com/hyochan/react-native-iap - dc7e8270879d75fdb96bd03296bd8dceb7a2c286 authored over 6 years ago
Released 2.3.4.

Get originalJson in Android as a transanctionReceipt for validation #277.

github.com/hyochan/react-native-iap - 61f59f6b95f1bb321e2c3fcfefd89a9a0f5d7053 authored over 6 years ago
Released 2.3.3.

Fixed regression in adding proration mode. #279.

github.com/hyochan/react-native-iap - 74a9bb638886fa45a11bfbe8bdca179e04953a57 authored over 6 years ago
Merge pull request #282 from mars-lan/master

Replace deprecated 'compile' gradle configuration with 'implementation'

github.com/hyochan/react-native-iap - 5e3eaf6f095df986191ae4456fe6e8285698abca authored over 6 years ago
Replace deprecated 'compile' gradle configuration with 'implementation'

See http://d.android.com/r/tools/update-dependency-configurations.html for more details

github.com/hyochan/react-native-iap - 2135316d0a250e53d0bbd1484bce8bfd2f6c60b3 authored over 6 years ago
Null check for prorationMode.

Related to #279

github.com/hyochan/react-native-iap - 1825b2fd36fb1d77aceba0802715b31c7d8f826d authored over 6 years ago
Merge pull request #280 from mars-lan/master

Provide dummy value for required argument 'proprationMode' when invok…

github.com/hyochan/react-native-iap - 6484e7f5bd02057d4c17838ca0bb187bb49c611f authored over 6 years ago
Provide dummy value for required argument 'proprationMode' when invoking RNIapModule.buyItemByType

Failing to due so results in immediate crash when calling buyProudct

github.com/hyochan/react-native-iap - 447b66e83dbe96f7f09b4cc03eac491997cf12e0 authored over 6 years ago
Fixed readme for validateReceiptIos.

github.com/hyochan/react-native-iap - 1beaa70c22fc6fa11020e4f7cf9262cf380c1dca authored over 6 years ago
Released to 2.3.0.

github.com/hyochan/react-native-iap - 8d04010202635b4e8e35f150afb4b8e05275d803 authored over 6 years ago
Added prorationMode in android.

github.com/hyochan/react-native-iap - 5640876d5e54c9aa773c3c47022050c2c661f2fc authored over 6 years ago
Fixed #270 that was ommitted in prev commit.

github.com/hyochan/react-native-iap - db106053b050e43fe225492c956345131be818af authored over 6 years ago
Add new type for #278

github.com/hyochan/react-native-iap - 398b27965d732615156bfb61b694955070f2333a authored over 6 years ago
Merge pull request #278 from dooboolab/clearproducts

Clearproducts

github.com/hyochan/react-native-iap - 57597f1904adbfde48b1dd5acb631a48fd50adcc authored over 6 years ago
Add explain to readme file

github.com/hyochan/react-native-iap - af700176e2dfa348efb11485c857f05f060903a6 authored over 6 years ago
Add clear product function in iOS only.

github.com/hyochan/react-native-iap - 341921bb5855f7aff66b8ffc91065344c2e0754c authored over 6 years ago
Released to 2.2.2.

github.com/hyochan/react-native-iap - e289dce4fd64e89db7befe478f4cd6c0ad2c7803 authored over 6 years ago
Merge pull request #267 from LinusU/auto-init

Automatically handle connection initialization

github.com/hyochan/react-native-iap - b01266f893fc60c377b8ee5d2b3d4f78b7e6eeca authored over 6 years ago
Automatically handle connection initialization

github.com/hyochan/react-native-iap - 93da302c4809cff24a9bb11599ea8762679dafa5 authored over 6 years ago
Added types for clearTransaction.

github.com/hyochan/react-native-iap - 4292ad95d059ea7f423d92c37ee7f975227c1fdf authored over 6 years ago
Updated readme.

Fixed some Eng.

github.com/hyochan/react-native-iap - 0c4f16b6858cd9c6d3340b4856141772006ef708 authored over 6 years ago
Released to 2.2.0. resolve #257.

github.com/hyochan/react-native-iap - a5f225d470af0a85417325d24357667e54aa7078 authored over 6 years ago
Merge pull request #264 from dooboolab/force-finish-transaction

Force finish transaction

github.com/hyochan/react-native-iap - 589013af64828665758fab15673c6547920ee081 authored over 6 years ago
Add bridge function to JS side.

github.com/hyochan/react-native-iap - 2576c537a7df860ec1b41ab75e10f00f0748762d authored over 6 years ago
Add clear transaction for iOS clear up process

github.com/hyochan/react-native-iap - 61efeed34a072e11ae9ae74c4f0c572c8e0836e3 authored over 6 years ago
Merge pull request #262 from fierysolid/on-host-destroy-fix

onHostDestroy fix

github.com/hyochan/react-native-iap - 1ea17c0af3e0cac4206a73f912d91bb294966e48 authored over 6 years ago
Bumping version number

github.com/hyochan/react-native-iap - 31ae1aa33c1601398b92d548ded4e6db8fb8f08f authored over 6 years ago
checking if mService is null instead of mServiceConn before trying to unbind service

github.com/hyochan/react-native-iap - 7952376432ad7924f2fbaea485827a0a36c66f80 authored over 6 years ago
Updated docs for introductory price ios.

github.com/hyochan/react-native-iap - a0888ac645ccca7c15941789c3f6a0a1b319fde3 authored over 6 years ago
Released to 2.1.2.

Some fixes in ios.

github.com/hyochan/react-native-iap - 328ec467c375e14719dc85c60cd9b56290f053d2 authored over 6 years ago
Should resolve #258.

github.com/hyochan/react-native-iap - 6ff5f03e157261b6214ed07b229e64fe1b3b3eb9 authored over 6 years ago
Manage introductoryPrice correctly in ios. #260

github.com/hyochan/react-native-iap - d55a2d76ddb1573e5aa56d2d710a3547ad7ce074 authored over 6 years ago
Released to 2.1.1.

Resolved is product not initiating.

github.com/hyochan/react-native-iap - 01c73b6dce0a0f0c000f495a14ac857c89104fd4 authored over 6 years ago
Merge pull request #255 from dooboolab/fetch-init-array

Add allocating array

github.com/hyochan/react-native-iap - dea3f51cff90bd1dfbff4a63e2a2184a68ebc9e6 authored over 6 years ago
Add allocating array

github.com/hyochan/react-native-iap - b0c578204cf383d53deaebf78d189b3ae00fdfe3 authored over 6 years ago
Merge pull request #253 from dooboolab/merge-fetch-products

Merge fetch products

github.com/hyochan/react-native-iap - 1bd443219d20fa377a178a974f3dff44f543de01 authored over 6 years ago
Apply to set validProducts array.

github.com/hyochan/react-native-iap - 523ccc8799a7926b0858dc98c1deaa2b6fa62a7b authored over 6 years ago
Add method for add valid products to validProducts array.

github.com/hyochan/react-native-iap - ddb5066a45367777fdb0545634579fd91adc0ca6 authored over 6 years ago
Change product array to mutable.

github.com/hyochan/react-native-iap - 6e4697a287020597749b98c8a285e1d454a169ce authored over 6 years ago
Released 2.0.3.

Full initConnection setup.

github.com/hyochan/react-native-iap - 271789b1a2ffd142f2555f3769c6a3a944b7ae0a authored over 6 years ago
Merge pull request #251 from lgraubner/master

Add initConnection to default export object

github.com/hyochan/react-native-iap - 912d5217894f33a51ec5e9263cd7c55939236270 authored over 6 years ago
add missing export

github.com/hyochan/react-native-iap - c1d6cbd96038dad2d3019ecd799beb7e1dd20c0a authored over 6 years ago
Update package.json.

github.com/hyochan/react-native-iap - 9bbdf6b48bcdd208dc12ae7561b37ade6ec88e2b authored over 6 years ago
Release 2.0.1.

Added missing type.

github.com/hyochan/react-native-iap - 66a107bbf8b29ec37468ccdcc426444327e1c9ac authored over 6 years ago
2.0.0-alpha13. Addtional err handling during purchase in android.

github.com/hyochan/react-native-iap - 5bd2fdc29caa231e608a17a19587258680bc01b5 authored over 6 years ago
Update package.json.

alpha11 release.

github.com/hyochan/react-native-iap - a1a4648c0b131908a227b3c98ddc1338a6754f2c authored over 6 years ago
nil check in introductory price in ios.

github.com/hyochan/react-native-iap - 169b25f1ae636e9c26c9c7f8acd54be564893686 authored over 6 years ago
Merge pull request #245 from numen31337/patch-1

README.md typo corrections

github.com/hyochan/react-native-iap - dd50968fd3b2ee3aed9e2a6c09b14b5589c7bc9c authored over 6 years ago
README.md typo corrections

github.com/hyochan/react-native-iap - 409858385d0ec8cc6acbfc2286075a196dee4322 authored over 6 years ago
Updated package.json.

github.com/hyochan/react-native-iap - 54cbd7fefca5f31a5eb120b3d5906d1a91352604 authored over 6 years ago
Released to 2.0.0-alpha11

github.com/hyochan/react-native-iap - e4e739fc48b2bfdb0a3add5e6c4d4c6069ade6cd authored over 6 years ago
Merge branch 'master' of https://github.com/dooboolab/react-native-iap

github.com/hyochan/react-native-iap - 9adfe498cb9b00b4ad53a0755d4411502aec544d authored over 6 years ago
Updated changelog.

github.com/hyochan/react-native-iap - 18e64281f542ca64e64956105d59ebac084fad0e authored over 6 years ago
Merge pull request #244 from dooboolab/add-license-1

Create LICENSE

github.com/hyochan/react-native-iap - b12a23813cc4780eb4a049d5cec14e9ef8b01777 authored over 6 years ago
Merge pull request #242 from LinusU/validate-receipt

Improve receipt validation

github.com/hyochan/react-native-iap - aafdca23a569b096a2784ed2aa0388a29e218ed4 authored over 6 years ago
Add package lock file

github.com/hyochan/react-native-iap - e23c7c9ccf1cae7d601c801bfe5d3800f10f867c authored over 6 years ago
Improve validateReceiptAndroid

github.com/hyochan/react-native-iap - bfc2330045791a5d22a9c66b63a5e05511e199ec authored over 6 years ago
Enable and run eslint

github.com/hyochan/react-native-iap - e2dea92f9f4bb1a8ae4263a6d79319b3e4b1dda5 authored over 6 years ago
Fix documentation for getSubscriptions

github.com/hyochan/react-native-iap - 1e704e918d186dde845d4c8e47efb52adb42541c authored over 6 years ago
Fix missing return stateent from validateReceiptIos

github.com/hyochan/react-native-iap - 7e9122e92c611c370e6c65f0b4f2fb4bc8fdf2f9 authored over 6 years ago
Released 2.0.0-alpha9

Typescript improvement. Dropped version < 54 for React Native (This only affects `validateReceip...

github.com/hyochan/react-native-iap - 92e7ce5d69042aac37f6db496095ee502bcf07dd authored over 6 years ago
Merge pull request #239 from LinusU/ios-validate

Improve validateReceiptIos

github.com/hyochan/react-native-iap - ea500433624d6c4baea4e0a893dced7c13e9270a authored over 6 years ago
Merge branch 'master' into ios-validate

github.com/hyochan/react-native-iap - b6d5d5914551bd38c1c538ff90a24807d4f1b413 authored over 6 years ago
Merge pull request #238 from LinusU/drop-rn-version

Drop support for React Native <0.54

github.com/hyochan/react-native-iap - c5493e50a7c47d63108baf01f919d2cd3e53cb8b authored over 6 years ago
Merge pull request #235 from LinusU/ts-improvements

TypeScript Improvements

github.com/hyochan/react-native-iap - ebac92a942c0dcfdb3df45144ffdc57ece197746 authored over 6 years ago
Merge branch 'dev'

github.com/hyochan/react-native-iap - f3d69ec1b26d856f4a5b04e25f7769cef629e7da authored over 6 years ago
Merge branch 'master' into dev

github.com/hyochan/react-native-iap - 8a760a75252da169d2fa778aa46e28ad0a89a567 authored over 6 years ago
Released to 2.0.0-alpha8.

github.com/hyochan/react-native-iap - 7da66d7ce10a2cc9e48d4602221c350e36c5ce6d authored over 6 years ago
Merge pull request #240 from exposio/feature/buyWithQuantity

Add buyWithQuantity iOS function

github.com/hyochan/react-native-iap - 5d520731d726dc142263dcf06caa14f4da0a3adf authored over 6 years ago
Fix missing function rename

github.com/hyochan/react-native-iap - 7e7d2709d2a16f044ddd7b5ed3d9cf55f787ee8a authored over 6 years ago
Rename buyProductWithQuantityIOS function

github.com/hyochan/react-native-iap - a76463e04da19e63c165f49f11650a0709a5e3af authored over 6 years ago
Remove local history files

github.com/hyochan/react-native-iap - 678fabdb5a1ae8fd032c56a63d230f8643c89cc4 authored over 6 years ago