Posts by Afonso • 31 points
3 posts
-
1
votes0
answers27
viewsQ: How to create a user in Asp.Net Identity by setting the Id I want?
When I set the Identityuser Id, for example, to 1000, when saving with Createuser the ID is 0. Observation 1: Table id aspnetusers is not as AUTO_INCREMENT. Observation 2: I changed the Identity…
-
2
votes2
answers225
viewsA: Publish app in Xamarin for Android 5 on Google Play
RESOLVED The problem was in Target Android version which cannot be "Use Compile using SDK version", should be set the explicit version of Android, in this case, 26 or higher.…
-
0
votes2
answers225
viewsQ: Publish app in Xamarin for Android 5 on Google Play
Google Play is not allowing me to publish an application that runs on Android less than 8.0. I am using the following settings: Compile using Android version: 8.1 Minimum Android version: 5.0 Target…