radimitrov / CSharpShellApp

92 stars 18 forks source link

Entire Xamarin.Forms project #166

Open AmiSimon opened 2 years ago

AmiSimon commented 2 years ago

I'm developing a lot of xamarin forms apps but I encountered some issues with it :

So, it would be cool to have a full Xamarin forms project, so we could either set permission and work on PC .

Thank you very much if you fix that !

radimitrov commented 2 years ago

AssemblyInfo.cs is just a source file - you can create it if you want. The permission page should work? There hasn't been a change that can break it as far as I know.

No update has fixed the ad part of the APK export. It isn't broken. It tries to load an ad 15 minutes after the last succesfull load and it continues to work a few times or until it reaches 30 minutes.

Java peers will be far more than a fix. I've updated the FAQ to indicate that it isn't supported yet. The AndroidManifest.xml is in similar position beyond the basic stuff

radimitrov commented 2 years ago

Ok, I've changed the ad thing to just time based and increased the second one to 40 minutes. Not sure if that will help, but it won't have any adverse effect either

AmiSimon commented 2 years ago

Oh ok I didn't saw the FAQ For the permission we have to export the APK to make permissions work ?

radimitrov commented 2 years ago

Well, yes. That is just how Android has always worked. It would be a massive security flow if apps could add permissions to themselves at runtime

AmiSimon commented 2 years ago

So thats why it didn't work.. Thank you very much !!!