You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there is still a problem with plugin "jpush-phonegap-plugin", since I download this commit change to replace my local files which is "#2636", Xcode build success width no errors, but it can not running on my phone, the app crashed
Since Capacitor projects are Swift projects, plugins with categories to AppDelegate won't work and in this case it crash the app because it swizzle a method in the category.
Hi, @jcesarmobile why the "Known Incompatible Cordova Plugins" page does not report this? My work for implementing push notifications in a Capacitor app is resulting in an incredible amount of time wasted...
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Hi, there is still a problem with plugin "jpush-phonegap-plugin", since I download this commit change to replace my local files which is "#2636", Xcode build success width no errors, but it can not running on my phone, the app crashed
Capacitor Version
npx cap doctor
output:Affected Platform(s)
Current Behavior
Xcode build success, but app crashed.
Expected Behavior
app can running normal
Sample Code or Sample Application Repo
there is sample code https://github.com/AlwaysLoveme/demo_.git
Reproduction Steps
Other Technical Details
npm --version
output: 6.14.4node --version
output: 12.16.1pod --version
output (iOS issues only): 1.9.1Other Information
#2632
The text was updated successfully, but these errors were encountered: