Skip to content

Commit 17c4f4c

Browse files
authored
Update README.md
1 parent 88570eb commit 17c4f4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class App extends Application {
5454
.applicationId("YOUR_APP_ID")
5555
// if desired
5656
.clientKey("YOUR_CLIENT_KEY")
57-
.server("http://localhost:1337/parse/")
57+
.server("https://your-server-address/parse/")
5858
.build()
5959
);
6060
}
@@ -70,6 +70,7 @@ The custom `Application` class must be registered in `AndroidManifest.xml`:
7070
...
7171
</application>
7272
```
73+
Note that if you are testing with a server using `http`, you will need to add `android:usesCleartextTraffic="true"` to your above `<application>` definition, but you should only do this while testing and should use `https` for your final product.
7374

7475
See the [guide][guide] for the rest of the SDK usage.
7576

0 commit comments

Comments
 (0)