approvals

AppWizard
July 30, 2026
Google has announced the global rollout of its Age Signals API for the Google Play platform, aimed at helping parents manage age-appropriate content for their children across Android applications from a single interface. Initially launched in Brazil, the tool will be extended to users in Australia and Canada by mid-August, with a full worldwide release expected later this year. The Age Signals API allows developers to customize in-app experiences based on the user's actual age, moving away from generic safety measures. Developers receive age range signals to adjust content and features accordingly, while adult users can voluntarily share their age range. Parents can centralize control through the Google Family Link app, sharing their child's age range once for automatic communication to participating apps. Age data is not shared by default, and parents can modify permissions at any time. The API enhances existing safety tools on Google Play, including mandatory standards for family-friendly apps and features in Google Family Link.
BetaBeacon
July 15, 2026
Google's grip over the Play Store was ruled as an illegal monopoly, leading to the opening up of Android to approved third-party app stores. This change allows developers to use their own payment systems and skip Google's cut in many cases, making it easier for other app stores to compete. This is significant news for Xbox, as it now has the opportunity to launch its own mobile game store on Android, which has been a goal for the company for years. The loosening of rules on Android provides Xbox with a chance to bring its mobile store to life and potentially increase revenue by selling games directly, running promotions, and offering better prices without Google taking a cut. The history of Xbox's fight against Google and Apple in the mobile app store market is also highlighted, with Xbox having faced obstacles in launching its mobile store features on Android in the past. With the recent changes, Xbox now has fewer roadblocks in its way and a real opportunity to establish a mobile storefront on Android.
AppWizard
June 24, 2026
Google is enhancing the payment landscape of its Play Store by allowing developers to implement their own billing systems alongside the existing Google Play Billing, initially available in the US, UK, and EEA. Starting June 30, 2026, the Play Store commission will be divided into a 10% service fee for the first million in annual revenue and a 5% billing fee for transactions through Google Play Billing, with no extra charge for alternative billing systems. The phased implementation will first affect the US, UK, and EEA, followed by Australia on September 30, 2026, and Japan and South Korea on December 31, 2026, with global access expected by September 30, 2027.
AppWizard
June 16, 2026
Android is expanding its Parental Controls feature to all devices upgrading to Android 17, allowing parents to manage their children's screen time effectively. The controls include screen time management, downtime scheduling, app store filters, and app usage control, all accessible through Android Settings and secured by a PIN. The setup of Google Family Link is also facilitated through the Family Link app, which provides additional features like School Time and location alerts. Additionally, there is an increase in the U.S. digital wellbeing fund to over a million dollars to support initiatives promoting healthy technology interactions and resources to combat social isolation.
Tech Optimizer
June 10, 2026
Microsoft has introduced pg_durable, a PostgreSQL extension that enables developers to execute durable workflows within the database, reducing the need for external orchestration systems. It simplifies workflow management by allowing developers to express long-running, fault-tolerant SQL functions directly in SQL, managing execution concerns like retries and recovery. Workflows are defined in SQL, with the extension handling retry states, progress tracking, and checkpointing. A pg_durable function operates as a graph of SQL steps that can resume from the last durable checkpoint after a failure. The extension preserves execution states within PostgreSQL tables, ensuring workflows can withstand crashes and restarts. It includes a domain-specific language (DSL) for scheduling and parallel execution. An example of a durable function is provided, demonstrating sequential and parallel execution using specific operators. pg_durable is particularly useful for vector embedding pipelines and scheduled maintenance tasks. Architecturally, it consists of a PostgreSQL extension and a background worker built on Rust libraries, without any external control plane. Durable execution allows long-running workflows to automatically resume from failure points, simplifying distributed system architecture.
Search