{"id":430119,"date":"2026-09-01T11:00:00","date_gmt":"2026-09-01T09:00:00","guid":{"rendered":"https:\/\/nextcloud.com\/?p=430119"},"modified":"2026-09-01T08:49:40","modified_gmt":"2026-09-01T06:49:40","slug":"unifiedpush-android-nextcloud-talk","status":"publish","type":"post","link":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/","title":{"rendered":"How to set up UnifiedPush on Android for Nextcloud Talk: push notifications without Google Play Services"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">For Android users with de-googled phones, ensuring push notifications are delivered reliably can be a challenge. Privacy- and security-focused Android ROMs solve this by either re-implementing Google Play Services&#8217; APIs (e.g. microG) or giving users the option to use them in a sandbox (e.g. GrapheneOS). But in both cases, every push notification still involves Google&#8217;s servers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One Google-free way to receive push notifications is to move processing to a different server of your choice. The <a href=\"https:\/\/unifiedpush.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">UnifiedPush<\/a> specification used by distributor apps like <a href=\"https:\/\/unifiedpush.org\/users\/distributors\/nextpush\/\" target=\"_blank\" rel=\"noreferrer noopener\">NextPush<\/a>, <a href=\"https:\/\/unifiedpush.org\/users\/distributors\/sunup\/\" target=\"_blank\" rel=\"noreferrer noopener\">Sunup<\/a>, and <a href=\"https:\/\/unifiedpush.org\/users\/distributors\/ntfy\/\" target=\"_blank\" rel=\"noreferrer noopener\">ntfy<\/a> helps you with that. It lets you replace the Google Play Services part and connect to your Nextcloud, Mozilla&#8217;s push services, or a self-hosted server, respectively, to process notifications.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this article, you&#8217;ll learn how you can receive push notifications on the <a href=\"https:\/\/nextcloud.com\/install\/#talk-mobile\" target=\"_blank\" rel=\"noreferrer noopener\">Nextcloud Talk Android app<\/a> without Google Play Services by enabling UnifiedPush in the app&#8217;s settings and installing the distributor app Sunup.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In case you&#8217;re new to the topic of privacy-respecting push notifications, you can read more about why Google&#8217;s way of handling notifications is problematic and how some open source apps deal with this in the excursus below.<\/p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>\ud83d\udca1 <strong>Excursus:<\/strong> Google Play Services vs. UnifiedPush<\/summary>\n<div class=\"wp-block-group lightBG\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">The problem with push notifications via Google Play Services<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In the early days of Android, there was no dedicated, OS-level push mechanism, so developers who wanted to send notifications to users had to build their own. Some would let their apps poll their servers periodically, others would establish a constant connection in the background. This drained the battery fast.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To solve this problem, Google introduced \u00abCloud to Device Messaging\u00bb (C2DM), which was later replaced by \u00abGoogle Cloud Messaging\u00bb (GCM) and finally \u00abFirebase Cloud Messaging\u00bb (FCM), which is what most Android apps use today. It centralizes the infrastructure for processing notifications and only requires a single Google Play Services connection to push them to the phone.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, since virtually every notification passes through Google&#8217;s servers, it can technically see metadata about when and how often you&#8217;re receiving notifications from which apps, even if it can&#8217;t read encrypted message content. Naturally, privacy-conscious users want to avoid this, which is why some Android apps use a different mechanism.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How privacy-focused Android apps handle push notifications<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One app that minimizes the metadata Google can see is Signal. When a new message arrives for you, Signal&#8217;s own servers send FCM a payload that contains no sender info and no content. When it is delivered to your phone, it only tells your Signal app to wake up, nothing more. The app then reaches out to the Signal servers to fetch the actual end-to-end encrypted message.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Of course, this approach still involves Google&#8217;s FCM, so some apps keep their own connections running in the background or periodically check their servers to then generate the notifications locally once they detect something new. However, this can result in increased background activity, which makes the process more likely to be terminated by aggressive battery-optimization.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The privacy-respecting alternative: UnifiedPush<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">No matter how apps handle push notifications, they always involve a third-party server, be it Google&#8217;s or the app developers&#8217; own. If you want to have full control over where your notifications are processed, you need to be able to specify your own server (including one you run yourself, if you prefer that), and UnifiedPush helps you with that.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/unifiedpush.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">UnifiedPush<\/a> defines a set of interfaces specifying what messages get exchanged between which parties without dictating how each party is built internally (similar to how SMTP\/IMAP works for email). To receive push notifications, you&#8217;ll also need a distributor app installed on your phone (e.g. NextPush, Sunup, or ntfy), a push server the distributor connects to (e.g. your Nextcloud, a third-party server like Mozilla&#8217;s, or your own self-hosted setup), and an app that supports receiving push notifications via UnifiedPush (like Nextcloud Talk for Android).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a setup involving Sunup (which is the approach described in the next section), the process will then look like this:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When you receive a new message in Nextcloud Talk, the server running your Nextcloud sends the notification payload to your push server (in this case Mozilla&#8217;s), which then forwards it to Sunup (the distributor). Sunup hands it off to the Nextcloud Talk Android app, which displays it on your phone.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this setup, Mozilla&#8217;s push server replaces Google&#8217;s FCM and Sunup replaces Google Play Services.<\/p>\n<\/div><\/div>\n<\/details>\n\n\n\n<h2 id=\"enable-unifiedpush-nextcloud-talk\" class=\"wp-block-heading\">How to enable UnifiedPush-based notifications for the Nextcloud Talk Android app<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It only takes a few steps to set up UnifiedPush for your Nextcloud instance and the Nextcloud Talk app on Android with <a href=\"https:\/\/unifiedpush.org\/users\/distributors\/sunup\/\" target=\"_blank\" rel=\"noreferrer noopener\">Sunup<\/a> as the distributor. All you need to do is to enable web push for your Nextcloud, install the Sunup app, and enable UnifiedPush in the Nextcloud Talk app.<\/p>\n\n\n<section class=\"nc-note-section\" id=\"\">\r\n\t<div class=\"\">\r\n\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-lg-12\">\r\n\t\t\t\t\t\t\t<div class=\"text-block\">\r\n\t\t\t\t\t<p>For instructions involving other distributor apps (e.g. NextPush or ntfy) or a self-hosted push server, please refer to the <a href=\"https:\/\/unifiedpush.org\/users\/distributors\/\" target=\"_blank\" rel=\"noreferrer noopener\">UnifiedPush documentation<\/a>.<\/p>\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t\t\r\n\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/section>\n\n\n<h3 class=\"wp-block-heading\">Step 1: Enable web push in your Nextcloud settings<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Ensure you&#8217;re logged into your Nextcloud with an account that has administration privileges.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Head into the <strong>Administration settings<\/strong> and open the <strong>Notifications<\/strong> section (if it&#8217;s not there, install the <a href=\"https:\/\/github.com\/nextcloud\/notifications\" target=\"_blank\" rel=\"noreferrer noopener\">Notifications app<\/a>).<\/p>\n\n\n<div class=\"wp-block-image imageRoundShadow\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"343\" height=\"514\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-01.png\" alt=\"Accessing the administration settings in your Nextcloud\" class=\"wp-image-430323\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-01.png 343w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-01-200x300.png 200w\" sizes=\"(max-width: 343px) 100vw, 343px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">In the <strong>Web push settings section<\/strong>, enable <strong>Allow web push to be used<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image imageRoundShadow\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"553\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-02-1024x553.png\" alt=\"Enabling web push in your Nextcloud's Notifications settings\" class=\"wp-image-430329\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-02-1024x553.png 1024w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-02-300x162.png 300w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-02-768x415.png 768w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-02.png 1374w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">Step 2: Install the Sunup Android app<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">On your phone, <a href=\"https:\/\/f-droid.org\/en\/packages\/org.unifiedpush.distributor.sunup\/\" target=\"_blank\" rel=\"noreferrer noopener\">install Sunup from F-Droid<\/a>. When you open it, you&#8217;ll see a list of registered applications, which will probably be empty for now.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Enable UnifiedPush in the Nextcloud Talk Android app<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Still on your phone, open the <a href=\"https:\/\/nextcloud.com\/install\/#talk-mobile\" target=\"_blank\" rel=\"noreferrer noopener\">Nextcloud Talk app<\/a> (needs to be version 24.0.2 or higher) and go into <strong>Settings<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the <strong>Notifications<\/strong> section, activate <strong>Enable UnifiedPush<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"272\" height=\"576\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-03-272x576.png\" alt=\"Enabling UnifiedPush in the settings of the Nextcloud Talk Android app\" class=\"wp-image-430335\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-03-272x576.png 272w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-03-142x300.png 142w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-03-768x1627.png 768w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-03-725x1536.png 725w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-03-967x2048.png 967w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-03.png 1080w\" sizes=\"(max-width: 272px) 100vw, 272px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">If you now go back into Sunup, you should see Nextcloud Talk listed as a registered application.<\/p>\n\n\n<div class=\"wp-block-image imageRoundShadow\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"851\" height=\"576\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-04-851x576.png\" alt=\"The Nextcloud Talk Android app showing up as a registered application in Sunup\" class=\"wp-image-430341\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-04-851x576.png 851w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-04-300x203.png 300w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-04-768x520.png 768w, https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-screenshot-04.png 1080w\" sizes=\"(max-width: 851px) 100vw, 851px\" \/><\/figure>\n<\/div>\n\n<section class=\"nc-note-section\" id=\"\">\r\n\t<div class=\"\">\r\n\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-lg-12\">\r\n\t\t\t\t\t\t\t<div class=\"text-block\">\r\n\t\t\t\t\t<p>Sunup displays a persistent notification in Android&#8217;s status bar to prevent its background process from being terminated. You can hide the notification without affecting Sunup&#8217;s performance by going into your phone&#8217;s settings, selecting \u00abApps\u00bb and then \u00abAll apps\u00bb, selecting Sunup, opening \u00abNotifications\u00bb, and disabling the \u00abForeground Service\u00bb entry.<\/p>\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t\t\r\n\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/section>\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you&#8217;ve set up UnifiedPush for Nextcloud Talk, notifications will no longer pass through Google&#8217;s servers. Hooray!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Should you notice any problems with Nextcloud Talk notifications not being delivered properly despite following the instructions, please refer to our <a href=\"https:\/\/github.com\/nextcloud\/talk-android\/blob\/master\/docs\/notifications.md\" target=\"_blank\" rel=\"noreferrer noopener\">documentation on debugging push notifications<\/a>. You&#8217;re also welcome to ask questions in our <a href=\"https:\/\/help.nextcloud.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">help forum<\/a>. The Nextcloud team and the community will do their best to provide support with any issues.<\/p>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group lightBG borderRadius\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading has-text-align-center\">On-demand webinar:<br>Managing your project lifecycle inside Nextcloud Talk<\/h3>\n\n\n<div class=\"wp-block-image imageRoundShadow\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/nextcloud.com\/blog\/webinar\/the-unified-workspace-managing-your-project-lifecycle-inside-nextcloud-talk\/\" target=\"_blank\" rel=\" noopener\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/09\/unified-workspace-webinar-visual-1024x576.webp\" alt=\"The unified workspace: Managing your project lifecycle inside Nextcloud Talk\" class=\"wp-image-430641\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/09\/unified-workspace-webinar-visual-1024x576.webp 1024w, https:\/\/nextcloud.com\/c\/uploads\/2026\/09\/unified-workspace-webinar-visual-300x169.webp 300w, https:\/\/nextcloud.com\/c\/uploads\/2026\/09\/unified-workspace-webinar-visual-768x432.webp 768w, https:\/\/nextcloud.com\/c\/uploads\/2026\/09\/unified-workspace-webinar-visual.webp 1536w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"has-text-align-left wp-block-paragraph\">Many teams lose hours every day to context switching, jumping continuously between messaging apps, project management tools, and external document editors.<\/p>\n\n\n\n<p class=\"has-text-align-left wp-block-paragraph\">In this webinar, Sales Engineer Jo\u00e3o Cortez demonstrates how Nextcloud Talk allows you to run your entire project lifecycle without ever leaving your chat room, all while maintaining 100% data sovereignty and strict compliance control.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-fe48e5de wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/nextcloud.com\/blog\/webinar\/the-unified-workspace-managing-your-project-lifecycle-inside-nextcloud-talk\/\" target=\"_blank\" rel=\"noreferrer noopener\">Watch the webinar<\/a><\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Want to receive notifications about new messages without relying on Google\u2019s servers? We\u2019ll show you how to set up UnifiedPush for Nextcloud Talk in three steps.<\/p>\n","protected":false},"author":60,"featured_media":430139,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"publish_to_discourse":"","publish_post_category":"22","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"732491","discourse_permalink":"https:\/\/help.nextcloud.com\/t\/how-to-set-up-unifiedpush-on-android-for-nextcloud-talk-push-notifications-without-google-play-services\/248799","wpdc_publishing_response":"success","wpdc_publishing_error":"","footnotes":""},"categories":[5,11,12,347,382,1],"tags":[],"class_list":["post-430119","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apps","category-blog","category-general","category-privacy","category-talk","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to set up UnifiedPush on Android for Nextcloud Talk - Nextcloud<\/title>\n<meta name=\"description\" content=\"Learn how to receive push notifications without Google Play Services by enabling UnifiedPush in your Nextcloud Talk app.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to set up UnifiedPush on Android for Nextcloud Talk - Nextcloud\" \/>\n<meta property=\"og:description\" content=\"Learn how to receive push notifications without Google Play Services by enabling UnifiedPush in your Nextcloud Talk app.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/\" \/>\n<meta property=\"og:site_name\" content=\"Nextcloud\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Nextclouders\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-01T09:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-featured-image-1024x576.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kevin Herschbach\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kevin Herschbach\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/\"},\"author\":{\"name\":\"Kevin Herschbach\",\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/#\\\/schema\\\/person\\\/f3e766d1e7048f3e434902ae8c191593\"},\"headline\":\"How to set up UnifiedPush on Android for Nextcloud Talk: push notifications without Google Play Services\",\"datePublished\":\"2026-09-01T09:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/\"},\"wordCount\":1099,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nextcloud.com\\\/c\\\/uploads\\\/2026\\\/08\\\/unifiedpush-android-talk-featured-image.png\",\"articleSection\":[\"Apps\",\"Blog\",\"General\",\"Privacy\",\"Talk\",\"Uncategorized\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/\",\"url\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/\",\"name\":\"How to set up UnifiedPush on Android for Nextcloud Talk - Nextcloud\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nextcloud.com\\\/c\\\/uploads\\\/2026\\\/08\\\/unifiedpush-android-talk-featured-image.png\",\"datePublished\":\"2026-09-01T09:00:00+00:00\",\"description\":\"Learn how to receive push notifications without Google Play Services by enabling UnifiedPush in your Nextcloud Talk app.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/#primaryimage\",\"url\":\"https:\\\/\\\/nextcloud.com\\\/c\\\/uploads\\\/2026\\\/08\\\/unifiedpush-android-talk-featured-image.png\",\"contentUrl\":\"https:\\\/\\\/nextcloud.com\\\/c\\\/uploads\\\/2026\\\/08\\\/unifiedpush-android-talk-featured-image.png\",\"width\":1920,\"height\":1080,\"caption\":\"How to set up UnifiedPush on Android for Nextcloud Talk: push notifications without Google Play Services\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/blog\\\/unifiedpush-android-nextcloud-talk\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to set up UnifiedPush on Android for Nextcloud Talk: push notifications without Google Play Services\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/\",\"name\":\"Nextcloud\",\"description\":\"Regain control over your data\",\"publisher\":{\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/#organization\",\"name\":\"Nextcloud\",\"url\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/nextcloud.com\\\/c\\\/uploads\\\/2022\\\/10\\\/nextcloud-logo-blue-transparent.svg\",\"contentUrl\":\"https:\\\/\\\/nextcloud.com\\\/c\\\/uploads\\\/2022\\\/10\\\/nextcloud-logo-blue-transparent.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Nextcloud\"},\"image\":{\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Nextclouders\\\/\",\"https:\\\/\\\/x.com\\\/nextclouders\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/10827569\\\/\",\"https:\\\/\\\/youtube.com\\\/nextcloud\",\"https:\\\/\\\/www.instagram.com\\\/nextclouders\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nextcloud.com\\\/es\\\/#\\\/schema\\\/person\\\/f3e766d1e7048f3e434902ae8c191593\",\"name\":\"Kevin Herschbach\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0c71d87b93ea47ae85cda8c9f493bd0aa6763335537bcabe1e492aed84d31c07?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0c71d87b93ea47ae85cda8c9f493bd0aa6763335537bcabe1e492aed84d31c07?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0c71d87b93ea47ae85cda8c9f493bd0aa6763335537bcabe1e492aed84d31c07?s=96&d=mm&r=g\",\"caption\":\"Kevin Herschbach\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to set up UnifiedPush on Android for Nextcloud Talk - Nextcloud","description":"Learn how to receive push notifications without Google Play Services by enabling UnifiedPush in your Nextcloud Talk app.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/","og_locale":"es_ES","og_type":"article","og_title":"How to set up UnifiedPush on Android for Nextcloud Talk - Nextcloud","og_description":"Learn how to receive push notifications without Google Play Services by enabling UnifiedPush in your Nextcloud Talk app.","og_url":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/","og_site_name":"Nextcloud","article_publisher":"https:\/\/www.facebook.com\/Nextclouders\/","article_published_time":"2026-09-01T09:00:00+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-featured-image-1024x576.png","type":"image\/png"}],"author":"Kevin Herschbach","twitter_misc":{"Escrito por":"Kevin Herschbach","Tiempo de lectura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/#article","isPartOf":{"@id":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/"},"author":{"name":"Kevin Herschbach","@id":"https:\/\/nextcloud.com\/es\/#\/schema\/person\/f3e766d1e7048f3e434902ae8c191593"},"headline":"How to set up UnifiedPush on Android for Nextcloud Talk: push notifications without Google Play Services","datePublished":"2026-09-01T09:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/"},"wordCount":1099,"commentCount":0,"publisher":{"@id":"https:\/\/nextcloud.com\/es\/#organization"},"image":{"@id":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/#primaryimage"},"thumbnailUrl":"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-featured-image.png","articleSection":["Apps","Blog","General","Privacy","Talk","Uncategorized"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/","url":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/","name":"How to set up UnifiedPush on Android for Nextcloud Talk - Nextcloud","isPartOf":{"@id":"https:\/\/nextcloud.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/#primaryimage"},"image":{"@id":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/#primaryimage"},"thumbnailUrl":"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-featured-image.png","datePublished":"2026-09-01T09:00:00+00:00","description":"Learn how to receive push notifications without Google Play Services by enabling UnifiedPush in your Nextcloud Talk app.","breadcrumb":{"@id":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/#primaryimage","url":"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-featured-image.png","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-featured-image.png","width":1920,"height":1080,"caption":"How to set up UnifiedPush on Android for Nextcloud Talk: push notifications without Google Play Services"},{"@type":"BreadcrumbList","@id":"https:\/\/nextcloud.com\/es\/blog\/unifiedpush-android-nextcloud-talk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nextcloud.com\/es\/"},{"@type":"ListItem","position":2,"name":"How to set up UnifiedPush on Android for Nextcloud Talk: push notifications without Google Play Services"}]},{"@type":"WebSite","@id":"https:\/\/nextcloud.com\/es\/#website","url":"https:\/\/nextcloud.com\/es\/","name":"Nextcloud","description":"Regain control over your data","publisher":{"@id":"https:\/\/nextcloud.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nextcloud.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/nextcloud.com\/es\/#organization","name":"Nextcloud","url":"https:\/\/nextcloud.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nextcloud.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","width":"1024","height":"1024","caption":"Nextcloud"},"image":{"@id":"https:\/\/nextcloud.com\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Nextclouders\/","https:\/\/x.com\/nextclouders","https:\/\/www.linkedin.com\/company\/10827569\/","https:\/\/youtube.com\/nextcloud","https:\/\/www.instagram.com\/nextclouders\/"]},{"@type":"Person","@id":"https:\/\/nextcloud.com\/es\/#\/schema\/person\/f3e766d1e7048f3e434902ae8c191593","name":"Kevin Herschbach","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/0c71d87b93ea47ae85cda8c9f493bd0aa6763335537bcabe1e492aed84d31c07?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0c71d87b93ea47ae85cda8c9f493bd0aa6763335537bcabe1e492aed84d31c07?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0c71d87b93ea47ae85cda8c9f493bd0aa6763335537bcabe1e492aed84d31c07?s=96&d=mm&r=g","caption":"Kevin Herschbach"}}]}},"featured_media_url":"https:\/\/nextcloud.com\/c\/uploads\/2026\/08\/unifiedpush-android-talk-featured-image.png","_links":{"self":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/posts\/430119","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/users\/60"}],"replies":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/comments?post=430119"}],"version-history":[{"count":65,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/posts\/430119\/revisions"}],"predecessor-version":[{"id":430855,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/posts\/430119\/revisions\/430855"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/media\/430139"}],"wp:attachment":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/media?parent=430119"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/categories?post=430119"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/tags?post=430119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}