{"id":77228,"date":"2025-12-19T11:06:48","date_gmt":"2025-12-19T16:06:48","guid":{"rendered":"https:\/\/memberpress.com\/?post_type=ht_kb&#038;p=77228"},"modified":"2026-02-11T04:34:38","modified_gmt":"2026-02-11T09:34:38","slug":"creating-apns-auth-key-for-memberpress-ios-app","status":"publish","type":"ht_kb","link":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/","title":{"rendered":"Criando uma chave de autentica\u00e7\u00e3o APNs para o aplicativo iOS MemberPress"},"content":{"rendered":"<p>Uma chave de autentica\u00e7\u00e3o de APNs (Apple Push Notification Service) permite a entrega de notifica\u00e7\u00f5es por push de aplicativos iOS de forma segura e em escala. Uma \u00fanica chave .p8 reutiliz\u00e1vel simplifica o gerenciamento da renova\u00e7\u00e3o e \u00e9 compat\u00edvel com compila\u00e7\u00f5es de teste e de vers\u00e3o. <br><br>Este guia explica como gerar uma chave APN Auth no Apple Developer e configurar o AppKit do MemberPress para us\u00e1-la.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"understanding-apns-key\"><a href=\"#understanding-apns-key\">Entendendo a chave de autentica\u00e7\u00e3o APNs<\/a><\/h2>\r\n\r\n\r\n\r\n<p>A chave de autentica\u00e7\u00e3o APNs fornece autentica\u00e7\u00e3o para a entrega de notifica\u00e7\u00f5es push em dispositivos iOS.<\/p>\r\n\r\n\r\n\r\n<p><strong>Reutiliza\u00e7\u00e3o de chave \u00fanica<\/strong> elimina os requisitos de gerenciamento de v\u00e1rios certificados. A chave de um APN suporta todas as variantes de aplicativos e ambientes simultaneamente.<\/p>\r\n\r\n\r\n\r\n<p><strong>Aprimoramento da seguran\u00e7a<\/strong> usa autentica\u00e7\u00e3o baseada em token em vez de m\u00e9todos baseados em certificado. A autentica\u00e7\u00e3o baseada em token oferece maior seguran\u00e7a e simplifica o gerenciamento de chaves.<\/p>\r\n\r\n\r\n\r\n<p><strong>Simplifica\u00e7\u00e3o da renova\u00e7\u00e3o<\/strong> elimina os requisitos de renova\u00e7\u00e3o anual do certificado. As chaves das APNs permanecem v\u00e1lidas indefinidamente, a menos que sejam revogadas manualmente.<\/p>\r\n\r\n\r\n\r\n<p><strong>Suporte universal<\/strong> Habilita notifica\u00e7\u00f5es push para compila\u00e7\u00f5es de teste e lan\u00e7amento. A configura\u00e7\u00e3o de chave \u00fanica funciona em todos os tipos de compila\u00e7\u00e3o de aplicativos.<\/p>\r\n\r\n\r\n\r\n<p><strong>Entrega escal\u00e1vel<\/strong> Lida com a distribui\u00e7\u00e3o de notifica\u00e7\u00f5es de alto volume de forma eficiente. A autentica\u00e7\u00e3o por chave do APNs se adapta \u00e0 demanda de notifica\u00e7\u00f5es.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"generating-apns-key\"><a href=\"#generating-apns-key\">Gerando chave de autentica\u00e7\u00e3o APNs<\/a><\/h2>\r\n\r\n\r\n\r\n<p>A gera\u00e7\u00e3o de chaves APNs cria credenciais de autentica\u00e7\u00e3o para o servi\u00e7o de notifica\u00e7\u00f5es push na conta Apple Developer.<\/p>\r\n\r\n\r\n\r\n<ol class=\"wp-block-list\">\r\n<li>Fa\u00e7a login no Apple Developer em <strong>desenvolvedor.apple.com<\/strong> e clique em <strong>Conta<\/strong>.<\/li>\r\n\r\n\r\n\r\n<li>Selecione <strong>Certificados, identificadores e perfis<\/strong> no menu da conta.<\/li>\r\n\r\n\r\n\r\n<li>Na barra lateral, clique em <strong>Chaves<\/strong>.<\/li>\r\n\r\n\r\n\r\n<li>Clique no bot\u00e3o <strong>+<\/strong> para criar uma nova chave.<\/li>\r\n\r\n\r\n\r\n<li>Insira um nome descritivo no campo <strong>Nome da chave<\/strong> campo.<\/li>\r\n\r\n\r\n\r\n<li>Abaixo de <strong>Principais servi\u00e7os<\/strong>, verifique <strong>Servi\u00e7o de Notifica\u00e7\u00f5es Push da Apple (APNs)<\/strong>.<\/li>\r\n\r\n\r\n\r\n<li>Clique em <strong>Continuar<\/strong> para prosseguir com o registro.<\/li>\r\n\r\n\r\n\r\n<li>Clique em <strong>Registro<\/strong> para criar a chave APNs.<\/li>\r\n\r\n\r\n\r\n<li>Clique em <strong>Baixar<\/strong> para salvar o arquivo .p8 e armazen\u00e1-lo com seguran\u00e7a.<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\">Observa\u00e7\u00e3o: Salve o <strong>ID da chave<\/strong> exibido ao lado da sua nova chave. Voc\u00ea precisar\u00e1 tanto da <strong>.p8<\/strong> arquivo e a ID da chave na pr\u00f3xima etapa.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"configuring-appkit\"><a href=\"#configuring-appkit\">Configura\u00e7\u00e3o do AppKit do MemberPress com a chave de APNs<\/a><\/h2>\r\n\r\n\r\n\r\n<p>A configura\u00e7\u00e3o da chave APNs permite a funcionalidade de notifica\u00e7\u00f5es push atrav\u00e9s do upload das credenciais de autentica\u00e7\u00e3o para o WordPress.<\/p>\r\n\r\n\r\n\r\n<ol class=\"wp-block-list\">\r\n<li>No WordPress, v\u00e1 para <strong>Painel de controle &gt; MP AppKit &gt; Configura\u00e7\u00f5es &gt; Integra\u00e7\u00f5es &gt; Notifica\u00e7\u00f5es por push do iOS<\/strong>.<\/li>\r\n\r\n\r\n\r\n<li>Clique em <strong>Carregar chave APNs<\/strong>.<\/li>\r\n\r\n\r\n\r\n<li>Selecione o arquivo .p8 baixado.<\/li>\r\n\r\n\r\n\r\n<li>Digite seu <strong>ID da chave<\/strong> da Apple Developer e <strong>Identifica\u00e7\u00e3o da equipe<\/strong> encontrado em Apple Developer &gt; Membership.<\/li>\r\n\r\n\r\n\r\n<li>Clique em <strong>Salvar altera\u00e7\u00f5es<\/strong>.<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\"><strong>Observa\u00e7\u00e3o:<\/strong> Certifique-se de que o seu ID do pacote corresponde ao registrado no Apple Developer.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"testing-apns-key\"><a href=\"#testing-apns-key\">Testando chaves APNs<\/a><\/h2>\r\n\r\n\r\n\r\n<p>Os testes de chave da APNs verificam a configura\u00e7\u00e3o e a funcionalidade adequadas da entrega de notifica\u00e7\u00f5es push.<\/p>\r\n\r\n\r\n\r\n<ol class=\"wp-block-list\">\r\n<li>Solicite uma notifica\u00e7\u00e3o de teste no WP Admin navegando at\u00e9 <strong>Painel de controle &gt; MP AppKit &gt; Notifica\u00e7\u00f5es por push<\/strong> e enviar um alerta de teste.<br><\/li>\r\n\r\n\r\n\r\n<li>Verifique a entrega confirmando se a notifica\u00e7\u00e3o aparece nas instala\u00e7\u00f5es do aplicativo iOS Test e Release.<\/li>\r\n<\/ol>","protected":false},"excerpt":{"rendered":"<p>Crie uma chave de autentica\u00e7\u00e3o APNs para notifica\u00e7\u00f5es push iOS seguras e escal\u00e1veis com o aplicativo MemberPress. Use uma \u00fanica chave .p8 reutiliz\u00e1vel para gerenciar e oferecer suporte a todas as compila\u00e7\u00f5es do aplicativo.<\/p>","protected":false},"author":86440,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_FSMCFIC_featured_image_caption":"","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","_strive_checklists":"\"\"","_strive_active_checklist":"62291e2bb2422","footnotes":""},"ht-kb-category":[1545],"ht-kb-tag":[],"class_list":{"0":"post-77228","1":"ht_kb","2":"type-ht_kb","3":"status-publish","4":"format-standard","6":"ht_kb_category-done-for-you","7":"entry"},"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.5.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"Create an APNs Auth Key for secure, scalable iOS push notifications with MemberPress App. Use a single reusable .p8 key to manage and support all app builds.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Kashif\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"pt_BR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberPress\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Creating APNs Auth Key for MemberPress iOS App\" \/>\n\t\t<meta property=\"og:description\" content=\"Create an APNs Auth Key for secure, scalable iOS push notifications with MemberPress App. Use a single reusable .p8 key to manage and support all app builds.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-12-19T16:06:48+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-02-11T09:34:38+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/memberpress\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@memberpress\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Creating APNs Auth Key for MemberPress iOS App\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Create an APNs Auth Key for secure, scalable iOS push notifications with MemberPress App. Use a single reusable .p8 key to manage and support all app builds.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/creating-apns-auth-key-for-memberpress-ios-app\\\/#article\",\"name\":\"Creating APNs Auth Key for MemberPress iOS App\",\"headline\":\"Creating APNs Auth Key for MemberPress iOS App\",\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/blog\\\/author\\\/kashifcaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/#articleImage\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"datePublished\":\"2025-12-19T11:06:48-05:00\",\"dateModified\":\"2026-02-11T04:34:38-05:00\",\"inLanguage\":\"pt-BR\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/creating-apns-auth-key-for-memberpress-ios-app\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/creating-apns-auth-key-for-memberpress-ios-app\\\/#webpage\"},\"articleSection\":\"Done for You\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/creating-apns-auth-key-for-memberpress-ios-app\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/pt\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/app\\\/#listItem\",\"name\":\"MemberPress AppKit\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/app\\\/#listItem\",\"position\":2,\"name\":\"MemberPress AppKit\",\"item\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/app\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/done-for-you\\\/#listItem\",\"name\":\"Done for You\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/done-for-you\\\/#listItem\",\"position\":3,\"name\":\"Done for You\",\"item\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/done-for-you\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/creating-apns-auth-key-for-memberpress-ios-app\\\/#listItem\",\"name\":\"Creating APNs Auth Key for MemberPress iOS App\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/app\\\/#listItem\",\"name\":\"MemberPress AppKit\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/creating-apns-auth-key-for-memberpress-ios-app\\\/#listItem\",\"position\":4,\"name\":\"Creating APNs Auth Key for MemberPress iOS App\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/done-for-you\\\/#listItem\",\"name\":\"Done for You\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/creating-apns-auth-key-for-memberpress-ios-app\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/creating-apns-auth-key-for-memberpress-ios-app\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/memberpress\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/memberpressplugin\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/MemberPressPlugin\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/memberpress\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/blog\\\/author\\\/kashifcaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/blog\\\/author\\\/kashifcaseproof-com\\\/\",\"name\":\"Kashif\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/2fa3d3f90ddc6213dce27b98165e7ec9.jpg?ver=1775158903\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/creating-apns-auth-key-for-memberpress-ios-app\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/creating-apns-auth-key-for-memberpress-ios-app\\\/\",\"name\":\"Creating APNs Auth Key for MemberPress iOS App\",\"description\":\"Create an APNs Auth Key for secure, scalable iOS push notifications with MemberPress App. Use a single reusable .p8 key to manage and support all app builds.\",\"inLanguage\":\"pt-BR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/creating-apns-auth-key-for-memberpress-ios-app\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/blog\\\/author\\\/kashifcaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/blog\\\/author\\\/kashifcaseproof-com\\\/#author\"},\"datePublished\":\"2025-12-19T11:06:48-05:00\",\"dateModified\":\"2026-02-11T04:34:38-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"pt-BR\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Creating APNs Auth Key for MemberPress iOS App<\/title>\n\n","aioseo_head_json":{"title":"Criando uma chave de autentica\u00e7\u00e3o APNs para o aplicativo iOS MemberPress","description":"Crie uma chave de autentica\u00e7\u00e3o APNs para notifica\u00e7\u00f5es push iOS seguras e escal\u00e1veis com o aplicativo MemberPress. Use uma \u00fanica chave .p8 reutiliz\u00e1vel para gerenciar e oferecer suporte a todas as compila\u00e7\u00f5es do aplicativo.","canonical_url":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/#article","name":"Creating APNs Auth Key for MemberPress iOS App","headline":"Creating APNs Auth Key for MemberPress iOS App","author":{"@id":"https:\/\/memberpress.com\/pt\/blog\/author\/kashifcaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/pt\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/pt\/#articleImage","width":1650,"height":1275,"caption":"memberpress logo icon"},"datePublished":"2025-12-19T11:06:48-05:00","dateModified":"2026-02-11T04:34:38-05:00","inLanguage":"pt-BR","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/#webpage"},"articleSection":"Done for You"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/pt","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/app\/#listItem","name":"MemberPress AppKit"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/app\/#listItem","position":2,"name":"MemberPress AppKit","item":"https:\/\/memberpress.com\/pt\/doc-categories\/app\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/done-for-you\/#listItem","name":"Done for You"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/done-for-you\/#listItem","position":3,"name":"Done for You","item":"https:\/\/memberpress.com\/pt\/doc-categories\/done-for-you\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/#listItem","name":"Creating APNs Auth Key for MemberPress iOS App"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/app\/#listItem","name":"MemberPress AppKit"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/#listItem","position":4,"name":"Creating APNs Auth Key for MemberPress iOS App","previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/done-for-you\/#listItem","name":"Done for You"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/pt\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/pt\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/memberpress\/","https:\/\/www.pinterest.com\/memberpressplugin\/","https:\/\/www.youtube.com\/c\/MemberPressPlugin","https:\/\/www.linkedin.com\/company\/memberpress\/"]},{"@type":"Person","@id":"https:\/\/memberpress.com\/pt\/blog\/author\/kashifcaseproof-com\/#author","url":"https:\/\/memberpress.com\/pt\/blog\/author\/kashifcaseproof-com\/","name":"Kashif","image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/2fa3d3f90ddc6213dce27b98165e7ec9.jpg?ver=1775158903"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/#webpage","url":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/","name":"Creating APNs Auth Key for MemberPress iOS App","description":"Create an APNs Auth Key for secure, scalable iOS push notifications with MemberPress App. Use a single reusable .p8 key to manage and support all app builds.","inLanguage":"pt-BR","isPartOf":{"@id":"https:\/\/memberpress.com\/pt\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/pt\/blog\/author\/kashifcaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/pt\/blog\/author\/kashifcaseproof-com\/#author"},"datePublished":"2025-12-19T11:06:48-05:00","dateModified":"2026-02-11T04:34:38-05:00"},{"@type":"WebSite","@id":"https:\/\/memberpress.com\/pt\/#website","url":"https:\/\/memberpress.com\/pt\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"pt-BR","publisher":{"@id":"https:\/\/memberpress.com\/pt\/#organization"}}]},"og:locale":"pt_BR","og:site_name":"MemberPress","og:type":"article","og:title":"Creating APNs Auth Key for MemberPress iOS App","og:description":"Create an APNs Auth Key for secure, scalable iOS push notifications with MemberPress App. Use a single reusable .p8 key to manage and support all app builds.","og:url":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/","og:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:secure_url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:width":1650,"og:image:height":1275,"article:published_time":"2025-12-19T16:06:48+00:00","article:modified_time":"2026-02-11T09:34:38+00:00","article:publisher":"https:\/\/www.facebook.com\/memberpress\/","twitter:card":"summary_large_image","twitter:site":"@memberpress","twitter:title":"Creating APNs Auth Key for MemberPress iOS App","twitter:description":"Create an APNs Auth Key for secure, scalable iOS push notifications with MemberPress App. Use a single reusable .p8 key to manage and support all app builds.","twitter:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg"},"aioseo_meta_data":{"post_id":"77228","title":"#post_title","description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"Auth Key","score":100,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":9,"maxScore":9,"error":0},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInURL":{"score":5,"maxScore":5,"error":0},"keyphraseInIntroduction":{"score":9,"maxScore":9,"error":0},"keyphraseInSubHeadings":{"score":9,"maxScore":9,"error":0},"keyphraseInImageAlt":[],"keywordDensity":{"type":"best","score":9,"maxScore":9,"error":0}}},"additional":[{"keyphrase":"MemberPress AppKit","score":83,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInIntroduction":{"score":9,"maxScore":9,"error":0},"keyphraseInImageAlt":[],"keywordDensity":{"type":"best","score":9,"maxScore":9,"error":0}}}]},"primary_term":null,"canonical_url":null,"og_title":"#post_title","og_description":"#post_excerpt","og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":"#post_title","twitter_description":"#post_excerpt","schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-02-11 09:46:55","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":"0","open_ai":null,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-12-10 16:17:24","updated":"2026-03-03 14:48:50"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/pt\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/pt\/doc-categories\/app\/\" title=\"MemberPress AppKit\">MemberPress AppKit<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/pt\/doc-categories\/done-for-you\/\" title=\"Done for You\">Done for You<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tCreating APNs Auth Key for MemberPress iOS App\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/memberpress.com\/pt"},{"label":"MemberPress AppKit","link":"https:\/\/memberpress.com\/pt\/doc-categories\/app\/"},{"label":"Done for You","link":"https:\/\/memberpress.com\/pt\/doc-categories\/done-for-you\/"},{"label":"Creating APNs Auth Key for MemberPress iOS App","link":"https:\/\/memberpress.com\/pt\/docs\/creating-apns-auth-key-for-memberpress-ios-app\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/ht-kb\/77228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/users\/86440"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/comments?post=77228"}],"version-history":[{"count":3,"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/ht-kb\/77228\/revisions"}],"predecessor-version":[{"id":79136,"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/ht-kb\/77228\/revisions\/79136"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/media?parent=77228"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/ht-kb-category?post=77228"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/ht-kb-tag?post=77228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}