Repro - Mobile Analytics for growth
日本語
Sign Up Back to Dashboard
  • System Requirements
  • Dashboard Guide
  • Development Guide
  • Release Notes
    • SDK
    • Web
    • Domain change related tasks
      • Upgrade of the SDK
      • Update of the JavaScript library download URL
      • Update of the push notification API endpoint
      • Update of the user profile API endpoint
    • FCM transition procedure
  • FAQ

Update of the JavaScript library download URL¶

The Repro JavaScript library that is currently downloaded from the URL cdn.repro.io has to be updated to now be downloaded from cdn.reproio.com.

In case you use: v1/dummy.repro.js

<head>
...
-   <script src="//cdn.repro.io/js/v1/dummy.repro.js" type="text/javascript" charset="utf-8"></script>
+   <script src="//cdn.reproio.com/js/v1/dummy.repro.js" type="text/javascript" charset="utf-8"></script>
...
</head>

In case you use: v2/repro.js

<head>
...
-   <script src="//cdn.repro.io/js/v2/repro.js" type="text/javascript" charset="utf-8"></script>
+   <script src="//cdn.reproio.com/js/v2/repro.js" type="text/javascript" charset="utf-8"></script>
...
</head>

In case you use: v3/repro.js

<head>
...
-   <script src="//cdn.repro.io/js/v3/repro.js" type="text/javascript" charset="utf-8"></script>
+   <script src="//cdn.reproio.com/js/v3/repro.js" type="text/javascript" charset="utf-8"></script>
...
</head>
  • « Upgrade Guide to the back-port version: Cocos2d-x
  • Update of the push notification API endpoint »

About Us Careers Terms of Service Privacy Policy Cookie Policy

© 2022 Repro Inc.