Solflare Wallet
  • ☀️Introduction
    • The Power of Self-Custody
    • Benefits of Non-Custodial Wallets
    • Digital Wallet Best Practices
    • Bigger Picture
  • Onboarding
    • 📞Mobile
      • Generate a New Wallet
      • Connect a Ledger Wallet
      • Import any Solana Wallet
    • 🖥️Web App & Extension
      • Generate a New Wallet
      • Import Your Ledger Device
      • Import Your Keystone Device
      • Import any Solana Wallet
    • 🚶Next Steps
  • Integrations
    • ⛓️Integrate Solflare
      • MetaMask
      • Using the Solana Wallet Adapter
      • Solflare Wallet SDK
    • 🎭Profile Picture Protocol
      • Get a Wallet's Profile Picture
      • Set NFT as Profile Picture
      • Remove a Profile Picture
    • ⚡Solflare Notifications
      • Sending Notifications
      • User's Perspective
        • Notification Center
        • Receiving Notifications
        • Subscription Management
      • API Endpoints
        • Broadcast Endpoint
        • Unicast Endpoint
        • List Casts Endpoint
        • View Cast Endpoint
        • Check Public Key Subscription Status for Domain
    • 🖼️NFT Standard
      • URI JSON Schema
      • CDN hosted files
      • Collections
      • Additional Attributes Specification
      • Order of JSON Fields
    • 🔗Deeplinks
      • Provider Methods
        • Connect
        • Disconnect
        • SignAndSendTransaction
        • SignAllTransactions
        • SignTransaction
        • SignMessage
      • Other Methods
        • Browse
      • Handling Sessions
      • Specifying Redirects
      • Encryption
      • Limitations
Powered by GitBook
On this page

Was this helpful?

  1. Integrations
  2. Solflare Notifications
  3. User's Perspective

Receiving Notifications

PreviousNotification CenterNextSubscription Management

Last updated 2 years ago

Was this helpful?

Users can receive push notifications sent by apps. All notifications get sent to targeted public keys, and users of those public keys will receive notifications simultaneously through all their devices that have notifications enabled.

For example, suppose a user uses both Solflare Web Extension and Soflare Mobile with duplicate public keys. In that case, they can subscribe to an app's notifications through Solflare Web Extension. When an app sends a notification, the user will get that notification both on their computer and mobile device.

Notification from Extension (and Web)
Notification on Mobile (Android example)

Users can still subscribe to an app's notification even if they have not yet enabled notifications on their devices. Still, they won't receive any messages until notifications are allowed on one of their devices.

⚡