Post
Replies
Boosts
Views
Activity
I'm at the point where I put the app out for paid, and there are ZERO (1) paid customers. I will have to release for free and figure out how to monetize downloads as a business strategy.
I've decided to use StoreKit 2 + in app purchases together. Hopefully theres no issues in deploying using App Store Connect. Tested on device, should work.
Closing thread.
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
I am experiencing the same issue, it switches from English to Spanish does not work reliably.
I want it to use English only.
Topic:
Media Technologies
SubTopic:
Audio
Tags:
Do not use Google for Siri 2.0.
Keep SIRI private on device using ANE zero latency generation. Thank you Apple!
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
A simple drag and drop code snippet example to handle Apple Intelligence being turned off or unavailable would help a lot so that developers do not have to write their own logic.
IF Apple Intelligence on, available
ENABLE Apple Intelligence specific capabilities
OTHERWISE
Show message or prompt user to turn on/placeholder
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
I would like to know the answer to this. I want to integrate Visual Intelligence in processing text using my application from screenshot UI entry point.
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
Restarted machine, and device. Fixed issue.
Topic:
Developer Tools & Services
SubTopic:
Instruments
Tags:
Are you with developer relations or the testflight team?
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags:
Took me 1 second for basic on device generation/response. Super quick. Haven't been able to get the FoundationModelsTripPlanner streaming generation sample app to work, throws an error tho.
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
I need 100% assurance my main $7K Mac Pro will not be corrupted if I partition the drive to run Foundation Models OS26 beta.
Since I cannot run it in VM, does that mean I need to buy another machine to run this?
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
Tags:
@Frameworks Engineer
Run destination is iPhone 16 Pro
I am running the latest MacOS Beta -- Version 26.0 Beta (25A5295e)
I am running Xcode Version 26.0 beta 2 (17A5241o)
There is no option to turn on Apple Intelligence in Xcode its asking me to select a model provider... Also in MacOS Settings here is what I see
Xcode Settings
MacOS Beta -- when I Search Settings for Apple Intelligence
It only pulls up Siri
--
Possible issue with** signing**
There is a problem with the request entity
A device with number 'LONG ALPHANUMERIC STRING' already exists on this team.
Provisioning profile "iOS Team Provisioning Profile: *" doesn't include the currently selected device "MY NAME’s Virtual Machine" (identifier SAME LONG ALPHA NUMERIC STRING).
Signed in with my developer account pulls up team, but this part is failing.
MacOS 26 Beta VM I am not signed in with my Apple ID, but I am signed in within Xcode it pulls in my team id/name. Do I need to Sign in with Apple ID on VM machine for Apple Intelligence to work? I am on Parallels if that helps.
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
Tags:
Updated Code
#Playground {
Task {
do {
let session = LanguageModelSession()
let prompt = "List all the states in the USA"
let response = try await session.respond(to: prompt)
print(response)
} catch {
print("Error: \(error)")
}
}
}
ERROR I GET
Error: Asset com.apple.gm.safety_deny.input.foundation_models_framework.api not found in Model Catalog
What's the proper way to get this simple prompt working?
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
Tags:
I am getting similar error, MODEL NOT AVAILABLE. I am running XCODE BETA Version 26.0 beta (17A5241e)
Mac Sequoia 15.5 on high performance Mac Pro
Trying running sample code from Video
import FoundationModels
import Playgrounds
#Playground {
if #available(iOS 26.0, *) {
let session = LanguageModelSession()
} else {
// Fallback on earlier versions
}
let response = try await session.respond(to: "Whats a good name for a trip to Japan? Reply only with a title")
}
Cannot find 'session' in scope.
DOES THIS WORK on SIMULATORS with the Beta or is there something I am missing?
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
Bump. Would like clarity on this process as well.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
- Replies
- Boosts
- Views
- Activity
I'm at the point where I put the app out for paid, and there are ZERO (1) paid customers. I will have to release for free and figure out how to monetize downloads as a business strategy.
I've decided to use StoreKit 2 + in app purchases together. Hopefully theres no issues in deploying using App Store Connect. Tested on device, should work.
Closing thread.
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
- Replies
- Boosts
- Views
- Activity
I am experiencing the same issue, it switches from English to Spanish does not work reliably.
I want it to use English only.
Topic:
Media Technologies
SubTopic:
Audio
Tags:
- Replies
- Boosts
- Views
- Activity
Do not use Google for Siri 2.0.
Keep SIRI private on device using ANE zero latency generation. Thank you Apple!
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
- Replies
- Boosts
- Views
- Activity
A simple drag and drop code snippet example to handle Apple Intelligence being turned off or unavailable would help a lot so that developers do not have to write their own logic.
IF Apple Intelligence on, available
ENABLE Apple Intelligence specific capabilities
OTHERWISE
Show message or prompt user to turn on/placeholder
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
- Replies
- Boosts
- Views
- Activity
I would like to know the answer to this. I want to integrate Visual Intelligence in processing text using my application from screenshot UI entry point.
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
- Replies
- Boosts
- Views
- Activity
Restarted machine, and device. Fixed issue.
Topic:
Developer Tools & Services
SubTopic:
Instruments
Tags:
- Replies
- Boosts
- Views
- Activity
Are you with developer relations or the testflight team?
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags:
- Replies
- Boosts
- Views
- Activity
Took me 1 second for basic on device generation/response. Super quick. Haven't been able to get the FoundationModelsTripPlanner streaming generation sample app to work, throws an error tho.
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
- Replies
- Boosts
- Views
- Activity
I need 100% assurance my main $7K Mac Pro will not be corrupted if I partition the drive to run Foundation Models OS26 beta.
Since I cannot run it in VM, does that mean I need to buy another machine to run this?
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
Tags:
- Replies
- Boosts
- Views
- Activity
@Frameworks Engineer
Run destination is iPhone 16 Pro
I am running the latest MacOS Beta -- Version 26.0 Beta (25A5295e)
I am running Xcode Version 26.0 beta 2 (17A5241o)
There is no option to turn on Apple Intelligence in Xcode its asking me to select a model provider... Also in MacOS Settings here is what I see
Xcode Settings
MacOS Beta -- when I Search Settings for Apple Intelligence
It only pulls up Siri
--
Possible issue with** signing**
There is a problem with the request entity
A device with number 'LONG ALPHANUMERIC STRING' already exists on this team.
Provisioning profile "iOS Team Provisioning Profile: *" doesn't include the currently selected device "MY NAME’s Virtual Machine" (identifier SAME LONG ALPHA NUMERIC STRING).
Signed in with my developer account pulls up team, but this part is failing.
MacOS 26 Beta VM I am not signed in with my Apple ID, but I am signed in within Xcode it pulls in my team id/name. Do I need to Sign in with Apple ID on VM machine for Apple Intelligence to work? I am on Parallels if that helps.
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
Tags:
- Replies
- Boosts
- Views
- Activity
Updated Code
#Playground {
Task {
do {
let session = LanguageModelSession()
let prompt = "List all the states in the USA"
let response = try await session.respond(to: prompt)
print(response)
} catch {
print("Error: \(error)")
}
}
}
ERROR I GET
Error: Asset com.apple.gm.safety_deny.input.foundation_models_framework.api not found in Model Catalog
What's the proper way to get this simple prompt working?
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
Tags:
- Replies
- Boosts
- Views
- Activity
I am getting similar error, MODEL NOT AVAILABLE. I am running XCODE BETA Version 26.0 beta (17A5241e)
Mac Sequoia 15.5 on high performance Mac Pro
Trying running sample code from Video
import FoundationModels
import Playgrounds
#Playground {
if #available(iOS 26.0, *) {
let session = LanguageModelSession()
} else {
// Fallback on earlier versions
}
let response = try await session.respond(to: "Whats a good name for a trip to Japan? Reply only with a title")
}
Cannot find 'session' in scope.
DOES THIS WORK on SIMULATORS with the Beta or is there something I am missing?
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
- Replies
- Boosts
- Views
- Activity
Bump. Would like clarity on this process as well.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
- Replies
- Boosts
- Views
- Activity