Community
Topic: Xamarin component
Problem in xamarin.form (SOLVED)
I m getting error when I m using dll's in other projects( Xamarin.Form )
Initializing Pikkart ARGeo...
Unable to find license file!
Pikkart ARGeo initialization failed!
Hi,
you have to download the license file (license.spz), than add it to your assets directory.
After that you also need to check that the app package name, or bundle id, matches com.pikkart.trial.
Best,
Do you have any solution available for "xamarin.forms" in particular.
Because all the solutions I have seen are either Xamarin.Android or Xamarin,iOS ...!
Hi,
unfortunately there is not a specific solution for Xamarin.Forms, you have to develop both the Xamarin.Android version and the Xamarin.iOS version; the best practice is develop a common project with the business logic.
Best regards,