I am using xamarin / Essentials "SecureStorage", and trying to emulate my project force me to a Provisioning, and I only need to debug on iOS.
It should run smoothly, and without provisioning
I think that for a debugging development environment you should not ask that the project be provisioned.

My guess is that you need to do this:
[image: Screen Shot 2019-10-15 at 12.41.55.png]
On Tue, Oct 15, 2019 at 12:31 PM Enrique David Jose Incio Chapilliquen <
[email protected]> wrote:
Description
I am using xamarin / Essentials "SecureStorage", and trying to emulate my
project force me to a Provisioning, and I only need to debug on iOS.
Steps to Reproduce
- Create a Xamarin.Forms project
- Add Xamarin Essentials, with SecureStorage
- Ask me for my application to have Provisioning
Expected Behavior
It should run smoothly, and without provisioning
Actual BehaviorI think that for a debugging development environment you should not ask
that the project be provisioned.
Basic Information
- Version with issue: Xamarin.Essentials v.1.3.1
- Last known good version: It doesn't work with any version, so far
- IDE: Visual Studio Enterprise 2019
- iOS: 11.1 (13)
Screenshots
[image: image]
https://user-images.githubusercontent.com/12565944/66845286-60ed9980-ef35-11e9-86cd-59da4686202a.png—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/xamarin/Essentials/issues/934?email_source=notifications&email_token=ABR36KFO5JT3JW3X4YDULMTQOXO4HA5CNFSM4JA6LTPKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HR5EL6A,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABR36KFSNNVGXVXGS5WC37LQOXO4HANCNFSM4JA6LTPA
.
@jbravobr I think the image is missing from the comment.
If you are using a simulator please look at: https://docs.microsoft.com/en-us/xamarin/essentials/secure-storage?context=xamarin%2Fxamarin-forms&tabs=ios
This error seems to just be about a provisioning profile for your app and not anything with Essentials.
Hi James Montemagno, although this is true, I attach documentation!
It should be optional when provisioning is being developed (have paid iOS account).
In Android Studio, I have no problems running my app, I think it should be the same, with iOS.
Important
Automatic provisioning allows Visual Studio for Mac or Visual Studio 2019 to automatically set up a device for developer testing. However, automatic provisioning is not compatible with free provisioning. In order to use automatic provisioning, you must have a paid Apple Developer Program account.
Create application in XCode with the same Id as your app. run it on target device. Then switch to visual studio and run your app
There is nothing here that we can do as this is a restriction of the OS and handled via Apple.
It only remains to pay Apple the $ 99 annually. Is this correct?.
If you run on simulator or your own device you do not need to pay ( the app will work 7 days, after that you have to reinstall it)
You can run it with the free cert from apple like @VladislavAntonyuk.