Billy Lo
Billy Lo
thx. Tested successfully on iOS 11. Use Yes, instead of true for the IsSecure flag. ``` password: { android: "@android:password", ios: "IsSecure", value: { "true": {ios: "Yes", android: "true"} }...
I ended up enhancing the iOS plugin myself to support the password type. ``` [ { "type": "group", "title": "Accounts", "items": [ { "title": "User ID", "type": "textfield", "key": "userid"...
Hi, This is what I built for iOS. sidekick-app.com. Mapbox vision can coexist with standard camera api there... hoping to do the same thing on Android.
thanks! Let me give it a try.
> > installerSigningCertificate > > How did you get it fixed ? I added this export_options to the build_app comamnd in my Fastfile. ``` build_app(project: "MyApp.xcodeproj", scheme: "MyApp", export_options:{ installerSigningCertificate:...