Hi there! I’m trying to release a flutter app ‘elucidate’ onto snap store but I’m getting “- human review required due to ‘deny-connection’ constraint (interface attributes)”
I suppose it’s because I’m using dbus?
Kind regards, Kexin
Hi there! I’m trying to release a flutter app ‘elucidate’ onto snap store but I’m getting “- human review required due to ‘deny-connection’ constraint (interface attributes)”
I suppose it’s because I’m using dbus?
Kind regards, Kexin
Yes the snap store requires a manual review for snaps which want to own a particular dbus name to ensure that they are unique and there is no general conflicts between names. I have now granted use of the dbus name and the snap has passed automated review. Cheers.
Thank you Sir for the swift response!