KjellConnelly / react-native-rate

Send your app users to Apple App Store, Google Play, Amazon, or other using the newest APIs
635 stars 100 forks source link

(iOS): Cannot read property 'rate' of undefined #12

Closed mastersam92 closed 6 years ago

mastersam92 commented 6 years ago

( in dev, non-AppStore version ): when I try to test this package, checked all installation steps( and set AppleAppId for AppStore app version ), I've get this error. If it help, Dev & Release versions have different bundleId.

Message says about error, that located in index.js( from this package ), line 37: RNRate.rate(options, response=>{

mastersam92 commented 6 years ago

Solved. Binary libRNRate.a don't link after react-native link ... So, to solve it, need perform instruction from Manual Installation -> iOS -> step 3( Link Binary With Libraries )