#[✅ Solved] No voice mode on iOS (with Plus subscription)

1 messages · Page 1 of 1 (latest)

fossil tulip
#

I'm a ChatGPT Plus subscriber and don't have the option to enable voice mode on iOS.
There is no headphone icon or an option to enable new features in settings.
Is this feature still rolling out?
Logging out and back in or deleting the app didn't help.

fossil tulip
#

After a quick search, it seems like @gentle meteor also has that issue. Was this ever resolved for you?

gentle meteor
#

That’s right.

#

Never resolved. Still ongoing.

fossil tulip
# gentle meteor

I get that same error when hitting the lock screen voice widget.
No reply from support in their help center so far.
According to the announcement from September, this should be available for all Plus users, but it would be nice if someone official could actually confirm that.

Plus and Enterprise users will get to experience voice and images in the next two weeks.

gentle meteor
#

What country is your device located in @fossil tulip?

fossil tulip
gentle meteor
fossil tulip
gentle meteor
feral sparrow
#

Hmmm… are your guy’s apps up to date? Your screenshots look like the old UI that I had a week or two ago.

fossil tulip
fossil tulip
# gentle meteor Thanks for the help in creating this here in discord. It’s a new experience for ...

I think I found a solution (in my case). I'm using a DNS service that blocks common tracking/analytics connections and it seems like ChatGPT needs some of these connections to push changes to the in-app UI.

The commonly blocked analytics service Statsig seems to be the crucial one that changes app behavior. From their docs (https://docs.statsig.com/feature-gates/working-with):

A feature gate is a mechanism for teams to configure what system behavior is visible to users without changing application code. Feature gates are also commonly called feature flags or feature toggles.

After allowing connections to the api.statsig.com endpoint and restarting the app, my UI changed to a newer version (probably the one that Okami referred to above).

There are some other API connections to Statsig that are made in the web version of ChatGPT. It might make sense to allow these as well.
Statsig lists the following as ones used by their API service (from https://docs.statsig.com/infrastructure/statsig_domains):

api.statsig.com
featuregates.org
statsigapi.net
events.statsigapi.net
api.statsigcdn.com

@keen elk made a comment about custom DNS being a possible issue in cases like this here: #1172509934458519653 message

gentle meteor
# fossil tulip I think I found a solution (in my case). I'm using a **DNS service** that blocks...

Wow you really did some digging. I love it. Yes I use NextDNS and block many things.

Also, https://github.com/terminalcommandnewsletter/everything-chatgpt may be helpful even though it hasn’t been updated since August.

After adding api.statsig.com in NextDNS, enabled then disabled airplane mode, killed and relaunched ChatGPT I have the option.

GitHub

🔍 Explore what happens under the hood with the ChatGPT web app, its backend API calls and more. And some speculation, of course. - GitHub - terminalcommandnewsletter/everything-chatgpt: 🔍 Explore w...

fossil tulip
#

[✅ Solved] No voice mode on iOS (with Plus subscription)

gentle meteor