Troubleshooting
Android
OutOfMemory
You may face an error like OutOfMemory. Consider increasing Java Heap Size...
while building your app. In this case, navigate to Project Options > Build > Android Build > Advanced
and increase this value:
Java Heap Size: 2G
iOS
Missing required architecture [MT5209]
MobbScan Xamarin SDK does not support simulator builds. Change the target platform to iPhone
device to get rid of this issue.
App Store Rejection [ITMS-90809: Deprecated API Usage]
Even though you might not be using a UIWebView component in your application, you will be notified with this issue as a blocking one when trying to deliver your application to the App Store.
It is a known issue caused by the Xamarin.Forms packages. Fortunately, you can fix it with this workaround.