• <bdo id='aQpBL'></bdo><ul id='aQpBL'></ul>

      <legend id='aQpBL'><style id='aQpBL'><dir id='aQpBL'><q id='aQpBL'></q></dir></style></legend>
    1. <i id='aQpBL'><tr id='aQpBL'><dt id='aQpBL'><q id='aQpBL'><span id='aQpBL'><b id='aQpBL'><form id='aQpBL'><ins id='aQpBL'></ins><ul id='aQpBL'></ul><sub id='aQpBL'></sub></form><legend id='aQpBL'></legend><bdo id='aQpBL'><pre id='aQpBL'><center id='aQpBL'></center></pre></bdo></b><th id='aQpBL'></th></span></q></dt></tr></i><div id='aQpBL'><tfoot id='aQpBL'></tfoot><dl id='aQpBL'><fieldset id='aQpBL'></fieldset></dl></div>

    2. <small id='aQpBL'></small><noframes id='aQpBL'>

      <tfoot id='aQpBL'></tfoot>

      1. PLSQL APPLE 推送通知

        时间:2023-08-21
          <bdo id='c62DL'></bdo><ul id='c62DL'></ul>

              <i id='c62DL'><tr id='c62DL'><dt id='c62DL'><q id='c62DL'><span id='c62DL'><b id='c62DL'><form id='c62DL'><ins id='c62DL'></ins><ul id='c62DL'></ul><sub id='c62DL'></sub></form><legend id='c62DL'></legend><bdo id='c62DL'><pre id='c62DL'><center id='c62DL'></center></pre></bdo></b><th id='c62DL'></th></span></q></dt></tr></i><div id='c62DL'><tfoot id='c62DL'></tfoot><dl id='c62DL'><fieldset id='c62DL'></fieldset></dl></div>
              <tfoot id='c62DL'></tfoot>
              • <small id='c62DL'></small><noframes id='c62DL'>

                  <tbody id='c62DL'></tbody>
              • <legend id='c62DL'><style id='c62DL'><dir id='c62DL'><q id='c62DL'></q></dir></style></legend>

                1. 本文介绍了PLSQL APPLE 推送通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我遇到通知问题.我将 Oracle apex 与休息服务一起使用.

                  I have a problem with notifications. I'm using Oracle apex with rest services.

                  如何从 pl/sql 向 APN iphone 发送推送通知?你在数据库中使用Java吗?

                  How to send push notifications to APN iphone from pl/sql? Are you using Java in database?

                  推荐答案

                  我们使用 java-apns

                  您创建了一个服务:

                  InputStream resourceAsStream = Thread
                      .currentThread()
                      .getContextClassLoader()
                      .getResourceAsStream("Certificate.p12");
                  
                  ApnsService service = APNS.newService()
                      .withCert(resourceAsStream, "CERTNAME")
                      .withProductionDestination()
                      .build();
                  

                  然后你创建一个负载:

                  String payload = APNS.newPayload()
                      .sound("default")
                      .alertBody(generatePushMessageBody(...))
                      .customField("title", generateTitleForPushMessage(user))
                      .customField("startDate", formatDateForPushMessage(...)
                      .customField("username", user.getUserName())
                      .build();
                  

                  然后发送推送通知:

                  service.push(registrationId, payload);
                  

                  您需要将此代码放到 PL/SQL 存储过程中,它才会起作用.

                  You need to put this code to a PL/SQL stored procedure and it will work.

                  这篇关于PLSQL APPLE 推送通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:M1 Mac 上的 Pyodbc 下一篇:当我们在 SQL Server 2012 中进行交叉应用和内部连接

                  相关文章

                  最新文章

                  <legend id='JLAD5'><style id='JLAD5'><dir id='JLAD5'><q id='JLAD5'></q></dir></style></legend>

                2. <tfoot id='JLAD5'></tfoot>

                      <i id='JLAD5'><tr id='JLAD5'><dt id='JLAD5'><q id='JLAD5'><span id='JLAD5'><b id='JLAD5'><form id='JLAD5'><ins id='JLAD5'></ins><ul id='JLAD5'></ul><sub id='JLAD5'></sub></form><legend id='JLAD5'></legend><bdo id='JLAD5'><pre id='JLAD5'><center id='JLAD5'></center></pre></bdo></b><th id='JLAD5'></th></span></q></dt></tr></i><div id='JLAD5'><tfoot id='JLAD5'></tfoot><dl id='JLAD5'><fieldset id='JLAD5'></fieldset></dl></div>
                    1. <small id='JLAD5'></small><noframes id='JLAD5'>

                      • <bdo id='JLAD5'></bdo><ul id='JLAD5'></ul>