fyne-cross icon indicating copy to clipboard operation
fyne-cross copied to clipboard

parameters and their documentation are inconsistent

Open andydotxyz opened this issue 3 years ago • 2 comments

I just noticed that if you omit -app-id it says that appID is required. This led me to notice a few inconsistencies that should be tidied up to avoid confusion.

andydotxyz avatar May 17 '21 08:05 andydotxyz

I wanted to build biniaries for android but i got this message:

fyne-cross android -arch=arm,arm64 [✗] appID is mandatory for android

What is the APP ID ? I thougt it was that???? -> myApp := app.NewWithID(AppID)

But it wasnt. Can someone explain what it is?

ManuelReschke avatar Jun 27 '22 17:06 ManuelReschke

The packaging needs an appID for android and iOS. The one in code is for Fyne storage etc. We have reconciled them to both draw from FyneApp.toml but if specified manually they are still separate and both are required (https://developer.fyne.io/started/metadata).

andydotxyz avatar Jun 27 '22 18:06 andydotxyz