


Apple iOS 17.4 and iPadOS 17.4 update: Developers can turn off the 'emoticon reaction' function in video calls by default
Apple has announced that iOS 17.4 and iPadOS 17.4 systems will be launched soon, bringing new permissions to developers of video calling applications. Developers can now set the "Reactions" feature in their apps to be turned off by default.
Previously, relevant reports earlier this month revealed that Apple will launch iOS 17.4, iPadOS 17.4, and macOS, which may debut in March. In 14.4, a new API interface is provided to help developers flexibly control the default performance of the "expression reaction" function in their respective applications.
According to the editor’s understanding, Apple has detailed a new change in the developer documentation for iOS 17.4 and iPadOS 17.4 RC: the new API allows developers to Specific key-value pairs to set the default behavior of "emoticons". This setting will take effect independently for each application, and the user's personal settings will take precedence over the application's default settings.
Take the video conferencing application Zoom as an example. It can use this new API to disable the "expression reaction" function in the application by default. If users manually enable this feature in the control center during use, they can still use "emoticon reactions" within the Zoom app.
Although developers now have the option to disable Emote Reactions in their apps, the feature is still enabled by default globally in iOS 17.4. This means that in FaceTime and other applications that do not explicitly call this API, users can still use the "expression reaction" function.
The "Emoji Reaction" feature is a feature that allows users to trigger 3D animation effects on the screen through specific gestures during video calls. For example, when the user makes a thumbs up gesture with both hands, a fireworks effect will be displayed on the screen; when a user makes a peace gesture with both hands, a celebration ribbon will appear. However, because many users are not aware that this feature is on by default, it can sometimes cause unnecessary awkwardness in video call situations where formality and focus are required, such as online therapy or business meetings. and distress.
Apple decided not to completely remove or disable the "Emoji Reactions" feature, but to return control to developers by providing a new API interface, allowing them to more flexibly customize the features and functionality of their applications. User needs to manage this functionality. This move provides developers with more customization options to ensure a better user experience.
The above is the detailed content of Apple iOS 17.4 and iPadOS 17.4 update: Developers can turn off the 'emoticon reaction' function in video calls by default. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Using JSON.parse() string to object is the safest and most efficient: make sure that strings comply with JSON specifications and avoid common errors. Use try...catch to handle exceptions to improve code robustness. Avoid using the eval() method, which has security risks. For huge JSON strings, chunked parsing or asynchronous parsing can be considered for optimizing performance.

An application that converts XML directly to PDF cannot be found because they are two fundamentally different formats. XML is used to store data, while PDF is used to display documents. To complete the transformation, you can use programming languages and libraries such as Python and ReportLab to parse XML data and generate PDF documents.

Converting XML into images can be achieved through the following steps: parse XML data and extract visual element information. Select the appropriate graphics library (such as Pillow in Python, JFreeChart in Java) to render the picture. Understand the XML structure and determine how the data is processed. Choose the right tools and methods based on the XML structure and image complexity. Consider using multithreaded or asynchronous programming to optimize performance while maintaining code readability and maintainability.

When converting strings to objects in Vue.js, JSON.parse() is preferred for standard JSON strings. For non-standard JSON strings, the string can be processed by using regular expressions and reduce methods according to the format or decoded URL-encoded. Select the appropriate method according to the string format and pay attention to security and encoding issues to avoid bugs.

How to achieve the effect of small labels in the design draft on the mobile terminal? When designing mobile applications, it is common to find out how to accurately restore the small label effect in the design draft...

How to distinguish between closing tabs and closing entire browser using JavaScript on your browser? During the daily use of the browser, users may...

The feasible solutions to convert XML to PDF on Apple phones are: Cloud conversion: upload XML to cloud server for conversion, and then download the generated PDF back to your phone. Advantages: No local processing required, large XML files can be processed. Disadvantages: Network connection is required, and there are security issues. Using a third-party app (indirect conversion): Use the App to export XML to intermediate format (such as CSV), and then use other apps to convert intermediate format to PDF. Disadvantages: Inefficient and error-prone. Jailbreak (not recommended): After jailbreak, you can install command line tools for local conversion. The risk is extremely high and will affect stability and safety.

To convert XML images, you need to determine the XML data structure first, then select a suitable graphical library (such as Python's matplotlib) and method, select a visualization strategy based on the data structure, consider the data volume and image format, perform batch processing or use efficient libraries, and finally save it as PNG, JPEG, or SVG according to the needs.
