salazar
September 12, 2023, 2:04pm
1
Hello there,
our app is written in Flutter, and we tried uploading it to snapcraft, unfortunately we have some issues that need resolving.
We need a human review so that we can make the app available to our users. We can not share the code with you, but we can share the snapcraft.yml file:
*Insert from our log
interface ‘dbus-forspace’ not found in base declaration
human review required due to ‘deny-connection’ constraint (interface attributes)
unknown slots interface name reference ‘dbus-forspace’
nonexistent icon path
We think that we sorted out the nonexistent icon path for the updated release in the next few days.
dclane
September 12, 2023, 2:32pm
2
You have a name mismatch in your yaml (forspace vs dbus-forspace).
if you change your slots definition to the following you should have more success:
slots:
dbus-forspace: # previously was just 'forspace'
interface: dbus
bus: session
name: org.solutions.forspace
One of the review team will be able to approve the use of the dbus name ‘org.solutions.forspace’ once this is corrected.
salazar
September 13, 2023, 6:53am
3
Thank you so much for the feedback!
We have updated the yaml file and the new version is available for review.
Thanks once again.
dclane
September 13, 2023, 7:14am
4
Excellent. All approved, it’s now passing review.