question

Dan avatar image
Dan asked Mikhail commented

Developer APKs have disapppeared

Both of the following links just show a blank page now:

https://www.clover.com/developers/dev...

https://sandbox.dev.clover.com/develo...

Tested in Chrome and Edge. Where have the developer APKs gone?

Emulator
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Mikhail avatar image Mikhail commented ·

I have the same problem. We have a demo for Clover today, and it should be shown on emulator...

0 Likes 0 ·
sam avatar image
sam Deactivated answered Mikhail commented

We will be fixing this issue. Thank you for bringing this to our attention and we'll let you know when it's back up.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Mikhail avatar image Mikhail commented ·

Problem is caused by this line: latestSdk: f.match(/version = \'([0-9]+)\'/)

You have version 152.9, and this regexp pattern doesn't support version with dot.

0 Likes 0 ·
Mikhail avatar image
Mikhail answered

Got a temporary solution with our frontend team.

  1. Open your Chrome console (F12 hotkey, only in desktop version) and navigate to the error.
  2. Format js and place a break point before line, frome which exception is thrown.
  3. Refresh page
  4. Type in console: f = "version = '152'" and press enter
  5. Run app in debugger
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

eveler avatar image
eveler answered Dan commented

Just take necessary apk here. https://www.clover.com/v3/apps?expand...

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Dan avatar image Dan commented ·

Thanks for this - hopefully a proper fix is on the way though!

0 Likes 0 ·

Welcome to the
Clover Developer Community