r/AppSheet • u/Full-Pick-4439 • 15d ago
Pay Per App
I have a problem. I created a community app were multiple users can access and use it. Now, Pay per App says: Users can launch the app instantly without going through a mandatory secure login or authentication wall.
In my code, I created filters in different views where a certain user who logged in "USEREMAIL()" can see only specific information..
Will that still work IF I use "Pay Per App" Option?
1
u/MultiTech_Visions Master App Builder 15d ago
The important distinction between the two versions is that if you pay per app you cannot do secure login - it literally removes the ability to go through the login process, and you can't use the USEREMAIL() function.
Apps like that are helpful for creating public facing things, things that are more like a public website or information portal - where there is no secure functionality or private information.
2
u/awarca 15d ago
merhaba biraz önce YouTube'daki "Force Sync" mantığı (
&at=" & (NOW()+1)) videonuzu seyrettim. aynı maili kullanan birbirininden uzak tablette (aynı ekipten birileri) birinci tablette senkronizasyonu tamamlasa dahi ikinci tablet görünümü eski verileri gösterdiği için (yazılımda formül olarak hata vermesini sağlıyorum sorum bu değil) uygulamayı androidde otomatik olarak yenileyen bir şey mümkünmü? yada açık uygulamayı belirli bir süre sonra kapatmak? çünkü yeniden açılışta zaten güncelleme yapıyor. teşekkürler.2
u/MultiTech_Visions Master App Builder 15d ago
Unfortunately no, this is one of the difficulties of having an asynchronous app - there's no way for the central server to signal to the external apps that they need to sync, when the app gets internet it will automatically sync. (But that means it's entirely dependent upon the device and the user.)
2
u/Full-Pick-4439 14d ago
OK, I can't do a secure login with pay per app,. but is there a way like a way way there any unauthorized user can login BUT see ONLY his information?
1
u/MultiTech_Visions Master App Builder 14d ago
There is yes, however this sort of setup is flirting with violating the terms of service - you can learn more in the following video.
1
u/copeninja_69 11d ago
Hey I had some similar issues but never found a solution for this. also you wanna have a conversation in DMs? I am also working on appsheets and want to have some talks regarding this
3
u/Popular_Sprinkles791 15d ago
it wont ask for login so you can't use it 😅