Skip to content

Commit b57494d

Browse files
committed
game api url changed.
1 parent 95b505b commit b57494d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Source/GDApi/gdapi/src/main/java/com/gd/analytics/GDstatic.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
class GDstatic {
44

5-
protected static final String TEST_GAME_API_URL = "http://test.game.api.gamedistribution.com/game/get";
6-
protected static final String GAME_API_URL = "https://game.api.gamedistribution.com/game/get";
5+
protected static final String TEST_GAME_API_URL = "http://game-dev.api.gamedistribution.com/game/get";
6+
protected static final String GAME_API_URL = "https://game-prod.api.gamedistribution.com/game/get";
77
protected static final String TUNNL_TAG_URL = "https://ana.tunnl.com"; // /at?id={{game-id}}&pageurl={{bundle-name}}
88
protected static final String version = "v1.0";
99
protected static Boolean enable = false;
@@ -16,7 +16,5 @@ class GDstatic {
1616
protected static String adUnit = "ca-app-pub-3940256099942544/4411468910"; // currently it is test.
1717
protected static String testInterUnitId = "ca-app-pub-3940256099942544/4411468910";
1818
protected static String testBannerUnitId = "ca-app-pub-3940256099942544/6300978111";
19-
protected static String cordovaAdxUnitId = "ca-mb-app-pub-5192618204358860/8119020012";
2019
protected static boolean testAds = false;
21-
protected static String affiliateId;
2220
}

0 commit comments

Comments
 (0)