Accessing Private Cloud Compute

Hello,

I recently learned about Private Cloud Compute (PCC):

https://developer.apple.com/private-cloud-compute/

I am currently using a standard Developer Program account, and it seems that I cannot apply for the program directly. Is there an alternative? Also, is there any additional fee for using this service?

If I want to call PCC in the app, for example, using the following code:

let session = LanguageModelSession(
model: PrivateCloudComputeLanguageModel()
)

Do I need to apply for a specific plan to ensure that my App is successfully published on the App Store and available to users?

Thank you!

Answered by Apple Designer in 897470022

Just catching up on some unanswered questions... were you able to apply for the Private Cloud Compute entitlement in your developer account?

The entitlement application is what you need to "apply" for the program, and this entitlement in Xcode is what allows your app to access PCC.

Thanks!

Accepted Answer

Just catching up on some unanswered questions... were you able to apply for the Private Cloud Compute entitlement in your developer account?

The entitlement application is what you need to "apply" for the program, and this entitlement in Xcode is what allows your app to access PCC.

Thanks!

Accessing Private Cloud Compute
 
 
Q