Tag

push notifications

0 views collected around this technical thread.

Code Ape Tech Column
Code Ape Tech Column
Mar 5, 2025 · Backend Development

Design and Evolution of an Enterprise Unified Push Service

The article describes the evolution from modular push modules to a framework‑based and finally a service‑oriented unified push platform, detailing its architecture, functional and non‑functional requirements, component responsibilities, and deployment considerations for high‑performance, scalable enterprise notification systems.

High AvailabilityMessage QueueMicroservices
0 likes · 14 min read
Design and Evolution of an Enterprise Unified Push Service
Sohu Tech Products
Sohu Tech Products
Oct 18, 2024 · Mobile Development

iOS Live Activities Complete Implementation Guide with ActivityKit

This guide explains how to configure a Swift‑only target, define ActivityKit attributes, implement lock‑screen and Dynamic Island UI with ActivityConfiguration, manage creation, updates, and dismissal, handle permissions and server‑side push payloads, and work around network‑image restrictions using shared App Group storage.

ActivityKitDynamic IslandLive Activities
0 likes · 13 min read
iOS Live Activities Complete Implementation Guide with ActivityKit
Architect
Architect
Oct 6, 2023 · Backend Development

Design and Implementation of QQ Reminder Subscription Push System

This article details the architecture, technical requirements, and implementation techniques—including hybrid push‑pull, heterogeneous storage, distributed scheduling, task chunking, and at‑least‑once delivery—used to build a high‑concurrency, reliable reminder notification service for QQ.

High ConcurrencyMessage QueueMySQL
0 likes · 13 min read
Design and Implementation of QQ Reminder Subscription Push System
Qunar Tech Salon
Qunar Tech Salon
Jul 27, 2023 · Mobile Development

Implementing iOS Live Activities for Real‑Time Travel Information in Qunar

This article explains how Qunar integrated iOS 16 Live Activities to display real‑time travel updates on the lock screen and Dynamic Island, covering background, feature comparison, requirements, system design, Swift implementation, push‑based updates, debugging tips, and lessons learned.

ActivityKitLive ActivitiesMobile Development
0 likes · 17 min read
Implementing iOS Live Activities for Real‑Time Travel Information in Qunar
Architect
Architect
Jul 22, 2023 · Backend Development

Design and Implementation of a Unified Push Notification Platform

The article presents a comprehensive design and implementation of a unified push notification platform that abstracts variable configurations, systematizes immutable logic, and employs asynchronous processing, sharding, rate limiting, and resource allocation strategies to achieve scalable, reliable, and maintainable multi‑business push services.

asynchronous processingbackend architecturepush notifications
0 likes · 11 min read
Design and Implementation of a Unified Push Notification Platform
Zhuanzhuan Tech
Zhuanzhuan Tech
Jul 19, 2023 · Backend Development

Design and Implementation of an Integrated Push Notification Platform

This article describes the background, design principles, implementation details, performance optimizations, and operational results of a unified push notification platform that abstracts variable configurations, systematizes invariant logic, and supports high‑throughput, reliable messaging across multiple business lines.

asynchronous processingbackend architecturepush notifications
0 likes · 11 min read
Design and Implementation of an Integrated Push Notification Platform
Sohu Tech Products
Sohu Tech Products
May 24, 2023 · Mobile Development

Dynamic iOS Push Notification Voice Playback without Releasing a New App Version

This article explains how to play custom voice prompts in iOS push notifications by downloading MP3 files to the app’s Library/Sounds directory or a shared app‑extension group at runtime, avoiding the need to bundle the audio in the app or submit a new version for review.

Mobile DevelopmentSwiftUNNotificationSound
0 likes · 10 min read
Dynamic iOS Push Notification Voice Playback without Releasing a New App Version
High Availability Architecture
High Availability Architecture
Apr 19, 2023 · Backend Development

Designing High‑Availability Services: Architecture Boundaries, Protocols, and Push Systems

This article explains how Tencent’s internal high‑availability service curriculum emphasizes architecture boundaries, unified protocol definitions using JCE, a unified PushAPI, monitoring and feedback mechanisms, and the organizational impact of aligning system and team boundaries to achieve scalable, reliable backend services.

High AvailabilityMonitoringarchitecture
0 likes · 14 min read
Designing High‑Availability Services: Architecture Boundaries, Protocols, and Push Systems
Tencent Cloud Developer
Tencent Cloud Developer
Apr 12, 2023 · Backend Development

Designing Scalable Backend Architecture and Push Systems: Boundaries, Organization, and Feedback

The article by Tencent backend expert Lv Yuanfang explains how to design scalable mobile‑internet backend architectures and push services by defining clear protocol boundaries, aligning system components with team organization through a conversion‑layer service, and implementing comprehensive feedback loops—including health metrics, monitoring, and data‑driven analysis—to ensure high availability and low coupling.

High AvailabilityL5Microservices
0 likes · 16 min read
Designing Scalable Backend Architecture and Push Systems: Boundaries, Organization, and Feedback
Beike Product & Technology
Beike Product & Technology
Dec 22, 2022 · Mobile Development

Design and Implementation of a Global Floating Layer SDK for Unified B‑End Mobile Applications

The article details the background, value, architecture, lifecycle, performance, and real‑world business scenarios of a cross‑platform global floating‑layer SDK that enables zero‑code, real‑time, targeted pop‑up and overlay delivery across Android, iOS, Flutter and H5 apps, dramatically improving development, deployment and operational efficiency.

Cross‑PlatformMobile SDKOperational Efficiency
0 likes · 15 min read
Design and Implementation of a Global Floating Layer SDK for Unified B‑End Mobile Applications
JD Tech Talk
JD Tech Talk
Dec 14, 2022 · Mobile Development

User Reach Strategies in JD Finance App: SMS, Push, In‑App Banners, and Widgets

This article explains the JD Finance team's practical approaches to user reach—including SMS, push notifications, in‑app banners, and Android widgets—detailing implementation steps, common issues, and troubleshooting methods to improve activation, retention, and conversion rates.

Mobile DevelopmentSMSandroid app links
0 likes · 21 min read
User Reach Strategies in JD Finance App: SMS, Push, In‑App Banners, and Widgets
JD Tech
JD Tech
Oct 26, 2022 · Mobile Development

User Reach Practices: SMS, Push, In‑App Banners, and Widget Implementations

This article explains the concept of user reach, why it matters for acquisition, activation, retention and monetization, and details practical implementations of SMS, push notifications, in‑app banners and Android widgets—including configuration, code snippets, common pitfalls and optimization strategies.

Mobile Developmentandroidpush notifications
0 likes · 24 min read
User Reach Practices: SMS, Push, In‑App Banners, and Widget Implementations
Snowball Engineer Team
Snowball Engineer Team
Jul 12, 2022 · Backend Development

Design and Implementation of Snowball Unified Push Platform

This article details the design, challenges, and solutions of Snowball's unified push platform, covering problem analysis, channel capability construction for Android and iOS, system and data architecture, business operations, and future enhancements to achieve high‑availability, scalable, and reliable push notifications across multiple mobile manufacturers.

Message Queuebackend architecturemobile platforms
0 likes · 21 min read
Design and Implementation of Snowball Unified Push Platform
HaoDF Tech Team
HaoDF Tech Team
Jun 21, 2022 · Operations

Evolution and High‑Availability Construction of the Haodafu Offline Message Push System

This article describes how the Haodafu offline push service grew from a simple PHP notification tool into a robust, highly‑available micro‑service platform by redesigning architecture, adopting vendor push channels, adding message‑queue reliability, implementing comprehensive monitoring, observability, and a fault‑diagnosis platform to ensure delivery rates and operational stability.

High AvailabilityMessage QueueMobile Backend
0 likes · 21 min read
Evolution and High‑Availability Construction of the Haodafu Offline Message Push System
Zhuanzhuan Tech
Zhuanzhuan Tech
Apr 15, 2022 · Backend Development

Improving Testability in a High‑Throughput Push Notification System

This article describes how a high‑throughput push notification system was enhanced with a dedicated testability metric, introducing tools such as a test‑sending UI, dual synchronous‑asynchronous API handling, a reachability diagnostic utility, and end‑to‑end unique‑ID logging to streamline debugging and reduce maintenance costs.

APIDiagnosticsLogging
0 likes · 8 min read
Improving Testability in a High‑Throughput Push Notification System
DaTaobao Tech
DaTaobao Tech
Mar 31, 2022 · Artificial Intelligence

Intelligent Copy Generation for Taobao Push: Design, Implementation, and Evaluation

The 2021 Taobao Push project introduced an AI‑driven copy‑generation platform that combines template extraction and fine‑tuned Unilm models with diverse beam search, creating diverse, high‑quality push messages, cutting manual costs, and delivering a 10 % click‑through lift and higher material adoption.

AINLPcopy generation
0 likes · 18 min read
Intelligent Copy Generation for Taobao Push: Design, Implementation, and Evaluation
Zhuanzhuan Tech
Zhuanzhuan Tech
Mar 2, 2022 · Backend Development

Iterative Development and Scaling of ZuanZuan's Push Notification System

This article details the end‑to‑end evolution of ZuanZuan's push notification platform, covering terminology, architecture, large‑scale holiday pushes, real‑time data handling, performance optimizations, multi‑channel integration, AB testing, and monitoring to achieve high throughput and reliability.

AB testingbackend scalingdistributed systems
0 likes · 10 min read
Iterative Development and Scaling of ZuanZuan's Push Notification System
YunZhu Net Technology Team
YunZhu Net Technology Team
Nov 18, 2021 · Backend Development

Unified Messaging Center (UMC) Overview: Channels, Features, and Application Scenarios

The article introduces the Unified Messaging Center (UMC), a comprehensive enterprise message management system that supports multiple channels such as app push, TPNS, SMS, email, WeChat, and DingTalk, detailing each channel's features, usage scenarios, and integration considerations.

Backend integrationEmailMessage Delivery
0 likes · 15 min read
Unified Messaging Center (UMC) Overview: Channels, Features, and Application Scenarios
转转QA
转转QA
Nov 10, 2021 · Mobile Development

General Test Plan for App Push

This article outlines a comprehensive testing strategy for mobile app push notifications, describing the push workflow, key test points such as message receipt and app launch, and detailing the implementation of push sending and reachability analysis tools, along with future enhancements for monitoring and diagnostics.

App Developmentmobile testingpush notifications
0 likes · 6 min read
General Test Plan for App Push
DataFunSummit
DataFunSummit
Jul 24, 2021 · Artificial Intelligence

Alibaba 1688 User Growth, Full‑Chain Growth System, and Deep‑Learning Applications in Search and Promotion

This article presents a comprehensive overview of Alibaba 1688's user‑growth strategy, detailing lifecycle segmentation, budget‑constrained installation optimization, intelligent red‑packet allocation, smart push mechanisms, information‑flow advertising, and the deep‑learning‑driven search pipeline that together power the platform's growth engine.

Recommendation systemsSearch Optimizationbudget optimization
0 likes · 20 min read
Alibaba 1688 User Growth, Full‑Chain Growth System, and Deep‑Learning Applications in Search and Promotion