Lemonadd-UG / react-native-apple-music

A react native module for the Apple Music SDK. Works only with iOS.
17 stars 8 forks source link

Pod Installation failed #1

Open NehaSixBerries opened 4 years ago

NehaSixBerries commented 4 years ago

CocoaPods could not find compatible versions for pod "react-native-apple-music" In Podfile: react-native-apple-music (from ../node_modules/@bouncyapp/react-native-apple-music)

Specs satisfying the react-native-apple-music (from../node_modules/@bouncyapp/react-native-apple-music) dependency were found, but they required a higher minimum deployment target.

varunsub commented 4 years ago

Go to your ios folder and change the first line in your podfile to:
platform :ios, '13.0'

Then run pod install

himanshuchugh1999 commented 3 years ago

hey varunsb can you show the code to how to use these functions

Sarah9458 commented 3 years ago

Go to your ios folder and change the first line in your podfile to: platform :ios, '13.0'

Then run pod install

hey @varunsub AppleMusicAPI: There was an error calculating your developmentToken, is the PrivateKey in the right format? getting result undefined on calling function initialise from the apple music. Can you tell the right format for the private key that is to be send in the initialise method . It would be great if you can help