-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hello,
I am facing issues while integrating the Razorpay plugin into my Ionic Cordova project. After installing the plugin, I encounter the following problems:
Plugin Conflict: The Razorpay plugin conflicts with other plugins in the project, causing unexpected behavior.
Plugin Installation Error: Upon installing the plugin, I receive the following error:
Failed to fetch plugin https://github.com/razorpay/razorpay-cordova.git via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Plugin Not Appearing in Pods: Even though the plugin is listed in the package.json file, it does not appear in the Pods section
Xcode shows the error: Module firebase not found. This issue only occurs after installing the Razorpay plugin.
Project Information:
Ionic Cordova Version: 9.0.0
ionic-angular Version: 3.9.10
@angular/cli Version: 12.2.18
firebase": ^7.14.3
Platforms: iOS
I have followed the installation procedure provided in the Razorpay documentation and tried both the methods suggested, but the issue persists.
Please let me know if you need any more information to help resolve this.