moreInfo - Plugin not found

I activated the plugin on the marketplace. Updated build.settings. But plugin was not found.
Tried running the sample provided again plugin not found.
In my main program I do have another plugin “nanosvg” running fine so don’t know why having problem with moreInfo.
Solar 2D emulator version 3.0.0, Build: 2025.3719
Running on windows, also tried on Android phone
Any guidance would be helpful.

settings =

{

	plugins =

	{

		["plugin.moreInfo"] =

		{

		    publisherId="tech.scotth",

		    marketplaceId = "insert marketplace account ID",

		},

	},

	android ={

		usesPermissions =

		{

				"android.permission.BLUETOOTH",

		},

		coronaWindowMovesWhenKeyboardAppears = true,

	},

}

Make sure you have marketplaceId in setting.

1 Like

Yes I made sure. I have it. I tried it with and without it even on the sample.

I checked the more info plugin, it is a paid plugin, if you paid for it you can contact Scott directly.

1 Like

Yes, I have done that l but posted it here as well in case I am missing something obvious. Thanks.

1 Like

Its working now. Don’t know what was the problem. I redownloaded and installed the Solar 2d emulator and its working fine now. The Build version now I see is 2025.3720

1 Like

@aryajur if you have any more questions feel free to dm me, thanks @Kan98

1 Like

Hi everyone,

I’m not sure if this applies to your case, but when I started using Solar2D, I also had issues with plugins not working. Later, I found out that some plugins don’t work in the simulator.

What I usually do is this:

  • Add the require line for the plugin, but leave it commented out while testing in the simulator.
  • When it’s time to build for Android, I uncomment the line.
  • During testing, Solar2D might show error messages asking to reload the project — I click “Yes” the first time, and if it appears again, I click “No”, then proceed with the build.

This method has worked for me, and the plugin runs fine on the device.

Hope it helps!