Where and how to install provisioning profile in Visual Studio for Xamarin.Forms?

6k Views Asked by At

I have implemented push notification using UrbanAirship. I am not getting notification. I have google for it and it says I need to install certificates. I got 2 certificates.

1- appidentifier.p12

2- appidentifierIOS.mobileprovision

I am using Windows 10 with Visual Studio 2017(Enterprise Edition). I connect simulator of Mac System remotely. Now I know appidentifier.p12 will be installed in Mac System. But I don't know where and how to install appidentifierIOS.mobileprovision. I think I need to install in Visual Studio but don't know how to install.

Specification:

Windows 10

Visual Studio 2017(Enterprise Edition)

Xamarin.Forms

Can anybody please guide me?

1

There are 1 best solutions below

0
ColeX On BEST ANSWER

Tutorial : Production Provisioning Profile ,refer to step 6.

Drag it into the Xcode Organizer or double-click it to install. The profile will then appear in the Xcode Organizer

and than config it as below

enter image description here