capacitor-updater: bug: Fatal error: appId is empty

Bug Report

Capacitor Version

 @capacitor/cli: 5.4.1
  @capacitor/android: 5.4.1
  @capacitor/core: 5.4.1
  @capacitor/ios: 5.4.1

Plugin Version

  @capgo/cli: 3.14.2
   @capgo/capacitor-updater: 5.3.9

context(s)


AutoMode: false

Platform(s)

Current Behavior

Loading network plugin ✨ Capacitor-updater: semaphoreUp ✨ Capacitor-updater: init for device BDA87D5A-6803-4E25-A9E9-126891F3BE59 ✨ Capacitor-updater: semaphoreWait 0 ✨ Capacitor-updater: version native 3.1.0 ✨ Capacitor-updater: appId is empty CapgoCapacitorUpdater/CapacitorUpdaterPlugin.swift:69: Fatal error: appId is empty

Expected Behavior

Code Reproduction

Other Technical Details

Crashes App on startup before splash screen shows npm --version output: 8.19.2 node --version output: 19.0.0 pod --version output (iOS issues only): 1.13.0

Additional Context

About this issue

  • Original URL
  • State: closed
  • Created 9 months ago
  • Reactions: 1
  • Comments: 27

Most upvoted comments

I’m using @capacitor/core@5.4.2 and @capgo/capacitor-updater@5.3.20 and it’s working for Android/iOS locally (or rather the builds complete and the app launches in the simulator/emulator). I’m about to kick off GH Action builds to build and push to the stores. If I don’t report back you can assume that worked for me.

5.3.20 is working for me on both iOS and Android. This feels similar to previous issues with Ionic/Capacitor splash screen updates not working immediately. It is something like the Xcode is cacheing values for some time, but eventually starts working. But not sure…