Skip to content

Commit

Permalink
removed keys
Browse files Browse the repository at this point in the history
  • Loading branch information
peterBrxwn committed Apr 25, 2023
1 parent a987b65 commit fc32cc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CountlyRNExample/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import CountlyConfig from 'countly-sdk-react-native-bridge/CountlyConfig';

const successCodes = [100, 101, 200, 201, 202, 205, 300, 301, 303, 305];
const failureCodes = [400, 402, 405, 408, 500, 501, 502, 505];
const COUNTLY_APP_KEY = 'e14e913a4b451bc8a5c413acd1d2219a9b30b055';
const COUNTLY_SERVER_KEY = 'https://master.count.ly';
const COUNTLY_APP_KEY = 'YOUR_APP_KEY';
const COUNTLY_SERVER_KEY = 'https://xxx.count.ly';

class AttributionKey {
static IDFA = 'idfa';
Expand Down
2 changes: 1 addition & 1 deletion CountlyRNExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"countly-sdk-react-native-bridge": "file://../../countly-sdk-react-native-bridge/countly-sdk-react-native-bridge-22.06.5.tgz",
"countly-sdk-react-native-bridge": "22.6.5",
"react": "18.2.0",
"react-native": "0.71.0"
},
Expand Down

0 comments on commit fc32cc9

Please sign in to comment.