we have a xamarin(forms) app and we are working on convert it yo native Android and IOS,
My question is if we keep the same package name and signature can we upload to google play to replace the xamarin?
and will the user be able to update the app?
i seen many NO, since the structure of Xamarin is different then Native
Database is not the same, like we are using Room.
im almost sure its not possible but just need to confirm.
thx