#Tauri Mobile - Launching app

16 messages · Page 1 of 1 (latest)

tawny lake
#

Hey ! I want to create a mobile app with tauri mobile. I followed this guide : https://studioterabyte.nl/en/blog/tauri-mobile-app-development
And I download 2 github templates :
https://github.com/StefanVDWeide/demo-mobile-app
And https://github.com/matthewjberger/tauri-example/tree/master

But I have the same error when I want to init or launch with cargo tauri android init / dev, the error is : Error tauri.conf.json error on tauri: Additional properties are not allowed ('allowlist', 'updater' were unexpected)
They are no ressources on internet, so can anyone help me please ? 😭

GitHub

Contribute to StefanVDWeide/demo-mobile-app development by creating an account on GitHub.

GitHub

An example of a tauri app that runs on Desktop and Mobile - GitHub - matthewjberger/tauri-example: An example of a tauri app that runs on Desktop and Mobile

upbeat plinth
#

The allowlist is no longer a thing in version 2

#

So delete it

#

The allowlist is handled differently, on a plugin by plugin basis

#

You can run create-tauri-app with --alpha to get an updated project

#

That guide does it the hard way

tawny lake
#

Aaaahhh

#

OK

brazen crest
upbeat plinth
brazen crest
brazen crest
upbeat plinth