oracle / oracle/pushiomanager-react-native

React Native Android error come Service Unavailable

Open
#26 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
19
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Hello team, I use this plugin in my React Native application and I follow all steps which you mention in your document but i face issue IN android every time when i running in real device . Error as below

My Code is

`PushIOManager.registerApp(true, (error, response) => {

       console.log("Error---> ", error);
      console.log("Response---> ", response);
      });`

Error--->

<HTML><HEAD>
    <TITLE>Service Unavailable</TITLE>
    </HEAD><BODY>
    <H1>Service Unavailable - DNS failure</H1>
    The server is temporarily unable to service your request.  Please try again
    later.<P>
    Reference&#32;&#35;11&#46;1e6a1002&#46;1632829818&#46;d62e5b1
    </BODY></HTML>

Can anybody tell me what is wrong here I follow all steps but error come every time not able to run in Android

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at PushIOManager.registerApp(true, ...) in an Android real-device run and inspect the returned Service Unavailable/DNS failure. The issue names no repository files or tests; done would require reproducing the failure and documenting a confirmed cause and verification.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, react-native
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.