Requesting permissions on Screen.Initialize does not trigger Screen.Permission Granted . You will need to reload the screen to get permissions, especially with the File component.
To check this:
permission_bug.aia (38.1 KB)
permission_bug.apk (5.1 MB)
7 Likes
Taifun
October 23, 2019, 8:04pm
#2
@KodularCreator what is the status of this bug report?
Unfortunately I can’t find it in the bug list?
Bugs Tracker
We’ll use this topic to keep you updated about the bugs that are being reported related to Kodular Eagle
There has not been any update yet
These bugs have been fixed for the upcoming 1.4.3 update
Notice There are some big changes coming to Kodular, one of them related with the “Do you want to be a Kodular Tester?” topic, and another thing form which you may hear soon
So, sorry if we forgot to fix something (or something was not properly solved), as we are really busy with all the…
Taifun
2 Likes
Diego
(Diego Barreiro PĂ©rez)
October 23, 2019, 10:43pm
#3
@Mika can you please quickly check into this?
1 Like
Mika
October 24, 2019, 4:41am
#4
I dont have time.
Also we need to know if it works correct in AI2.
Btw we have nothing changed on this since month.
Taifun
October 25, 2019, 5:27pm
#5
yes, requesting permissions on Screen.Initialize triggers the Screen.Permission Granted event correctly in MIT App Inventor
Taifun
PS: btw. this bug report already was provided on Sept 10… today is Oct 25… why not putting it into the bug list, so it does not get forgotten?
1 Like
Taifun
October 28, 2019, 10:58pm
#6
@Diego please put this bug report into the bug tracker thread. Thank you.
EDIT: just found out, that I can add it myself… this bug is added now…
Bugs Tracker
We’ll use this topic to keep you updated about the bugs that are being reported related to Kodular Eagle
There has not been any update yet
These bugs have been fixed for the upcoming 1.4C.3 update
Notice Do you want to become a Kodular betatester? Read this topic!
<a href="https://community.kodular.io/t/become-a-kodular-betakoder/39970" class="inline-onebox">Become a Kodular BetaKoder!</a>
Unconfirmed Bugs that seem to be bugs, but are…
Taifun
2 Likes
Here is my (new) solution to this issue considering that:
I found the solution / cause to (many) permission issues. It is caused by the Package Utilities component. Whenever this component is used, the screen must be reloaded to grant permission. And this is the case regardless of whether any method of this component is used or not.
Therefore, I strongly recommend not using this component at all until this bug has been fixed. See this example regarding Challenge 46:
This is now my solution (to grant 3 or more permission at Screen.Initialize):
per…
permission_bug_new.aia (35.5 KB)
permission_bug_new.apk (5.0 MB)
Without reloading the screen I get this at Screen.Initialize after granting permission.
1 Like