Studio > App Market > Updates not working

Alex T⚜️  LeonidS Studio > App Market > Updates not showing updates when I know there is updates available. I was wanting to update the Radio Stations app. I'm sure Jerome Mingo added an update from 1.02  to 1.03 a few days ago.  I have 1.02 and I am wanting to update the app but it's not showing up in Studio > App Market > Updates.

  • 392
  • More
Replies (3)
    • I had the same problem with the games app. Finally, I downloaded and uploaded it manually.

      • Hello John Curtis !

        This problem should go away with 12 release - it was connected with the incompatibility of the UNA beta versions with the module config info. For example, if in config.php the vendor set 

        'compatible_with' => array(

                '12.0.x'

            ),

        then it will not work with UNA 12 b1, b2, rc etc. The most "universal" solution in this case:

        'compatible_with' => array(

        '12.0.0-B1'

            ),

        then it will work with all betas, rc and stable release.

        • Yes thank you.  I see it seems to be working now. Still having a problem with the Rsdio Stations app but I'm guessing that's on the vender's side.

          Login or Join to comment.