chirag04 / react-native-in-app-utils

A react-native wrapper for handling in-app payments
MIT License
890 stars 185 forks source link

'downloadable' is unavailable: not available on iOS 13 #211

Closed mrnickel closed 5 years ago

mrnickel commented 5 years ago

When trying to build with xcode 11 / iOS 13, get a compile time error:

InAppUtils.m:223 'downloadable' is unavailable: not available on iOS

mrnickel commented 5 years ago

Just as a followup, it was changed to isDownloadable.

I'll likely be issuing a PR shortly.

StefanWallin commented 5 years ago

This seems related: https://github.com/chirag04/react-native-in-app-utils/pull/210

mrnickel commented 5 years ago

I would agree. Closing as such.

camel113 commented 5 years ago

Are we supposed to install npm package directly from Github if we want to have this update?

cauyyl commented 5 years ago

i got the same error on xcode 11 / iOS 13

camel113 commented 5 years ago

I used the package from Github to fix the bug. npm install chirag04/react-native-in-app-utils

chirag04 commented 5 years ago

released in 6.0.2