oracle / oracle/pushiomanager-react-native
React Native Android error come Service Unavailable
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 #11.1e6a1002.1632829818.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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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