how to create .ipa file in xamarin .please give me steps to create .ipa file.
@sspl said: how to create .ipa file in xamarin .please give me steps to create .ipa file.
Have you seen this and this?
Set Solution Configuration to RELEASE and Solution Platform to iPhone. Select Signing Identity and Provisioning Profile.
Under iOS IPA Options. Make sure to check Build iTunes Package Archive (IPA)
Right select the project file and build the project.
Find the IPA file under bin folder.
Answers
Have you seen this and this?
Set Solution Configuration to RELEASE and Solution Platform to iPhone.
Select Signing Identity and Provisioning Profile.
Under iOS IPA Options. Make sure to check Build iTunes Package Archive (IPA)
Right select the project file and build the project.
Find the IPA file under bin folder.