Hello All,
I need to create a installer package for testing my application. Using the following link on forum forums.xamarin.com/discussion/6814/create-installer-package-pkg-but-that-pkg-does-not-do-anything-useful#latest ,I created .pkg file by just checking the 'Create Installer Package' in Project options, But nothing happened after successfull installation. I also tried running the same .pkg file on different Mac machine(as it is discussed in the forum) but there it didn't even open. All this I did in Debug mode since I have not attached my Developer account yet.
Do I need to mandatorily create the .pkg file in Release mode using Developer account and all as mentioned in this link
docs.xamarin.com/guides/mac/deployment,_testing,_and_metrics/publishing_to_the_app_store/
OR
Can the .pkg file created in Debug mode be used for testing purpose?
Thanks a ton in advance!