Open AmiSimon opened 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
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
Oh ok I didn't saw the FAQ For the permission we have to export the APK to make permissions work ?
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
So thats why it didn't work.. Thank you very much !!!
I'm developing a lot of xamarin forms apps but I encountered some issues with it :
There is neither AssemblyInfo.cs or AndroidManifest.xml
The Permission page is a great idea, but it doesn't work.
The APK export doesn't work, it has been fixed in an update but here it does it again saying that it can't load the ad.
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 !