Borkanie / FoodStand

A small challange for a junior workplace.
MIT License
0 stars 0 forks source link

Android APp has no permissions so it cannot save the file? #12

Open Borkanie opened 1 month ago

Borkanie commented 1 month ago

So at this point app crashes when trying to start services. They do depend on Files so to fix that i need to check why i cannot create a file and solve that. Posible sources:

Borkanie commented 1 month ago

The issue was Unity.Container i moved DI to Microsoft.Extension. DI but we need to update LocalizationService. It was depependent on other services which made the entire application redundant. It needs to have it's internal API's better defined and must not be reliant on a direct reference to any other service.