Limited Early Access — Every Campaign Is Reviewed

Native Ads for Mac Apps.
Privacy Before Scale.

macOS 原生廣告平台 — 先審核,再投放

Pubvio serves contextual native ads without reading private app content or building user profiles. The first live integration is LAILOLA; advertiser and publisher applications are reviewed manually.

0
Behavioral Profiles
1
Live Publisher Integration
Human
Creative Review

Built for the macOS ecosystem

An ad platform designed from the ground up for native Mac apps, developer tools, and CLI utilities.

Zero User Tracking

No cookies, no fingerprinting, no personal data collection. Ads are matched by app context, not user behavior. Privacy by design.

macOS-Native SDK

Not web banners crammed into a window. A Swift SDK that renders native AppKit/SwiftUI views: banners, cards, menu bar items, and CLI text ads.

70% Pilot Revenue Share

The early publisher agreement targets a 70% share of verified paid inventory. Payouts begin only after contracts and payment operations are active.

Verified Impression Billing

Matching an ad does not create a charge. Only the first valid impression event is counted, with app and creative relationships verified by the API.

Structured API

The Worker exposes structured matching, events, and application endpoints. Autonomous media buying remains a later phase, not a current promise.

Reviewed in three steps

The current release is deliberately small. Every creative is reviewed before it can enter live inventory.

1

Submit the Creative

Provide a contact email, short title, body copy, and an HTTPS destination. Private end-user data is never part of the submission.

2

Human Review

Pubvio checks policy, destination safety, App Store anti-steering risk, and whether current inventory is appropriate.

3

Controlled Release

Approved campaigns can enter limited inventory. Placement and timing are not guaranteed; paid pilots require review and completed payment first.

Use the path that exists today

Self-serve checkout, guaranteed reach, dashboards, and automated payouts are not yet public. Current access is application-based.

Open Application

Community Campaign

For a useful project or resource

$0
No card collected
  • HTTPS destination required
  • Manual policy and creative review
  • Limited inventory when approved
  • No impression or timing guarantee

Publisher Pilot

For a native macOS app

Apply
Manual technical review
  • Privacy and App Store review
  • Native SwiftUI integration support
  • House-ad fallback
  • Revenue terms before paid traffic

Limited release means limited promises

The ad-serving API is live, LAILOLA is integrated, and applications can enter manual review. Public self-serve billing, automated payouts, guaranteed delivery, and an advertiser dashboard remain unavailable.

Add native ads without profiling users

Publisher access is currently by application. Pubvio reviews the app, integration surface, privacy disclosures, and App Store policy risk before issuing an app ID.

$

Pilot Revenue Terms

The target share is 70% of verified paid inventory. Terms and payout setup must be completed before paid traffic begins.

Reviewed Integration

The current SwiftUI implementation is validated in LAILOLA. External publishers receive integration support during the pilot; no public SDK package is promised yet.

Authenticated Stats API

The Worker can return impressions, clicks, CTR, and gross/net pilot revenue by date. A public dashboard and CSV export remain future work.

Privacy Boundary

No behavioral identifier, private app content, or cross-app profile is used for matching. Publishers still remain responsible for their own disclosures and App Store compliance.

// Pilot integration contract
let request = PubvioAdRequest(
    appID: "approved_app_id",
    placement: "native_card"
)

// Private content never enters request.
let ad = try await service.match(request)

// Count only after the card is visible.
if viewDidDisplay(ad) {
    await service.trackImpression(ad)
}

One live publisher, deliberately

LAILOLA is the verified integration. VoiceFlow and Nexliq are potential future integrations, not current publishers.

Apply to the limited release

Applications enter a manual review queue. Submission does not guarantee approval, placement, payment terms, or a launch date.

Community campaign

Submit a useful project, article, video, or product page for creative review.

Publisher application

Apply to test Pubvio in a native macOS app with manual integration support.

GET https://pubvio-ads-api.hankwangtw.workers.dev/health — public service status