Cap-go / capacitor-updater

Live update for capacitor apps
https://capgo.app
Mozilla Public License 2.0
488 stars 106 forks source link

bug: Plugin not showing in js / window.Capacitor.Plugins #391

Open HeikoWitthoeft opened 1 month ago

HeikoWitthoeft commented 1 month ago

Bug Report

Capacitor Version

5.7.6

Plugin Version

6.0.31

context(s)

ManualModel: false
AutoMode: true
CapgoCloud: false
OnPremise: true

Platform(s)

Current Behavior

The Plugin is not available after building our IOS app in the plugins collection of window.Capacitor.Plugins as other Plugins are. For Android it whows up on that place.

Expected Behavior

Should be available in the Plugins collection.

Code Reproduction

Other Technical Details

npm --version output:

node --version output:

pod --version output (iOS issues only):

Additional Context

HeikoWitthoeft commented 1 month ago

aha, we made it work by adding capacitor core and adding manually the dist/plugin.js file - but every call to the plugin is denied by an: "Plugin is not supported by ios platform" Maybe one of you can bring some light. Thanks

WcaleNieWolny commented 1 month ago

I think you should use capacitor 6.0 with the 6.0 plugin

HeikoWitthoeft commented 3 weeks ago

Thanks - we will try