Account mismatch when signing from an offline account created by a UFVK
This commit is contained in:
Hanh 2023-02-28 23:50:40 +10:00
parent 1f9b7a51e7
commit 9214f403e6
3 changed files with 2 additions and 3 deletions

View File

@ -106,7 +106,6 @@ Future<void> registerURLHandler(BuildContext context) async {
}
subUniLinks = _appLinks.uriLinkStream.listen((uri) {
print(uri.toString());
handleUri(context, uri);
});
}

@ -1 +1 @@
Subproject commit 5f4876688351ba96d56b37e07792eec4038a5a2a
Subproject commit 8b1edf1490920acc15dee8813fd79d6fb7407c53

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.3.4+383
version: 1.3.4+384
environment:
sdk: ">=2.12.0 <3.0.0"