Board Repair

NO, it needs to be manual provisioning.

You need to change the MAC info as well.
This is the point where I am confused. The Mac info part. The directions had me do a hello world project.
That worked and then I assumed the Hello world project needed to be overwritten .......well lets say I was confused.
I am almost there and it makes sense to change the Mac but where and how? I know xcode but how?
do I go into new project or old project and how do I find whats in the PC?
 
Start all over again from the beginning. When configuring the MAC inputs you must use the correct application name and bundle ID.
 
Under Organization ID: com.mas_consulting
Under Product ID: aql_ps8_rem

This should create the bundle ID as com.mas_consulting.aql_ps8_rem


1705268672880.png

Did you read this part:

To deploy your Xamarin.iOS applications to a device with free provisioning:

  • The Apple ID being used must not be connected to the Apple Developer Program.
  • Your Xamarin.iOS app must use an explicit App ID, not a wildcard App ID.
  • The bundle identifier used in your Xamarin.iOS app must be unique and cannot have been used in another app previously. Any bundle identifier used with free provisioning cannot be re-used.
  • If you have already distributed an app, you cannot deploy that app with free provisioning.
  • If your app uses App Services, you will need to create a provisioning profile as detailed in the device provisioning guide.
 

Enjoying this content?

Support TFP with a donation.

Give Support
Under Organization ID: com.mas_consulting
Under Product ID: aql_ps8_rem

This should create the bundle ID as com.mas_consulting.aql_ps8_rem


View attachment 549868

Did you read this part:

To deploy your Xamarin.iOS applications to a device with free provisioning:

  • The Apple ID being used must not be connected to the Apple Developer Program.
  • Your Xamarin.iOS app must use an explicit App ID, not a wildcard App ID.
  • The bundle identifier used in your Xamarin.iOS app must be unique and cannot have been used in another app previously. Any bundle identifier used with free provisioning cannot be re-used.
  • If you have already distributed an app, you cannot deploy that app with free provisioning.
  • If your app uses App Services, you will need to create a provisioning profile as detailed in the device provisioning guide.
Frankly I did not see that in the .Net Maui one. .........checking on myself....is it in that?


OK so I followed the first article and that wasn't there. I will start all over again.....................
 
Last edited:
So I opened up a new project and used your info provided.
I read this: The Apple ID being used must not be connected to the Apple Developer Program
I am not "connected to the developer program" although I applied
The team has my personal name
Also this is under our apple ID because I am not connected to that program.

1705270983674.png1705270983674.png
 
Did you read this part:

To deploy your Xamarin.iOS applications to a device with free provisioning:

  • The Apple ID being used must not be connected to the Apple Developer Program.
  • Your Xamarin.iOS app must use an explicit App ID, not a wildcard App ID.
  • The bundle identifier used in your Xamarin.iOS app must be unique and cannot have been used in another app previously. Any bundle identifier used with free provisioning cannot be re-used.
  • If you have already distributed an app, you cannot deploy that app with free provisioning.
  • If your app uses App Services, you will need to create a provisioning profile as detailed in the device provisioning guide.
I posted this earlier. Just create a new ID with a different email address.
 
I posted this earlier. Just create a new ID with a different email address.
Yes I read! But I found it ambiguous because I am not in developer program (yet), but I get your point totally and will do. Also I am having difficulty removing my ID from xcode so unless there is a way. I will delete xcode and download again. Ugh do you say PITA before?
 
  • Like
Reactions: mas985
Yes I read! But I found it ambiguous because I am not in developer program (yet), but I get your point totally and will do. Also I am having difficulty removing my ID from xcode so unless there is a way. I will delete xcode and download again. Ugh do you say PITA before?
Looks like I just have to add one not remove. will do
 
Also I have a question on below

Xcode will only create a provisioning profile for an explicit App ID, and it must be identical to the App ID of your Xamarin.iOS app. If they differ, you will not be able to use free provisioning to deploy your Xamarin.iOS app.

So I added my work apple ID to xcode. I had no other emails or phone numbers to use.
I am not sure was he app id is of xamarin.ios app. How can I reconcile?
 
Also I have a question on below

Xcode will only create a provisioning profile for an explicit App ID, and it must be identical to the App ID of your Xamarin.iOS app. If they differ, you will not be able to use free provisioning to deploy your Xamarin.iOS app.

So I added my work apple ID to xcode. I had no other emails or phone numbers to use.
I am not sure was he app id is of xamarin.ios app. How can I reconcile?
Also I followed your instructions below
Under Organization ID: com.mas_consulting
Under Product ID: aql_ps8_rem

This should create the bundle ID as com.mas_consulting.aql_ps8_rem

But this is what xcode does with this. It persistently changes mas_consulting to mas-consulting
 

Attachments

  • IMG_6487.jpg
    IMG_6487.jpg
    48.5 KB · Views: 2
Also I have a question on below

Xcode will only create a provisioning profile for an explicit App ID, and it must be identical to the App ID of your Xamarin.iOS app. If they differ, you will not be able to use free provisioning to deploy your Xamarin.iOS app.
I think it means there is a mismatch between the MAC and the VS Info.plist Bundle ID.

So I added my work apple ID to xcode. I had no other emails or phone numbers to use.
I am not sure was he app id is of xamarin.ios app. How can I reconcile?
App ID <> Apple ID

Those are too different things.

Also I followed your instructions below
Under Organization ID: com.mas_consulting
Under Product ID: aql_ps8_rem

This should create the bundle ID as com.mas_consulting.aql_ps8_rem

But this is what xcode does with this. It persistently changes mas_consulting to mas-consulting
That is a problem. I wasn't expect that.

Try this instead:
Under Organization ID: com.masconsulting
Under Product ID: aqualogicps8

However, you will need to modify Info.plist in VS to match exactly:

Application Name: AquaLogicPS8
Bundle Identifier: com.masconsulting.aqualogicps8
 

Enjoying this content?

Support TFP with a donation.

Give Support
Thread Status
Hello , This thread has been inactive for over 60 days. New postings here are unlikely to be seen or responded to by other members. For better visibility, consider Starting A New Thread.