Getting error with plugin

Hello,

Activated the UDID plugin and works fine. I gave the source to my client. He signed up for corona and activated the same plugins. He now gets the error below. I made sure he downloaded the latest version of corona from the daily builds.

I have attached the screen shot of his error.

I noticed it said the file was not found in the /users/mcartenri/… That is his folder location on his computer. Is there anything we can reset to make sure the plugin loads there? Or any other suggestion?

My only idea is to remove the use of this plugin and try using the device ID from the corona call. Is that unique and the same when used for iOS and Android? That is system.getInfo( “deviceID” ).

Did your clients activate the plugin in the Corona store?

AFAIK, the OpenUDID plugin is only available for iOS.

Yes he did. He said he confirmed going back into the site and seeing it say it was activated already.

Ingemar is right. It’s an iOS only plugin.

It looks like something might have happened to your client’s build.settings
If they’re building for iOS, have them check that the plugin is included in build.settings

settings = { plugins = { ["plugin.openudid"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true }, }, }, }

Keep in mind this plugin will not work on Android…

Did your clients activate the plugin in the Corona store?

AFAIK, the OpenUDID plugin is only available for iOS.

Yes he did. He said he confirmed going back into the site and seeing it say it was activated already.

Ingemar is right. It’s an iOS only plugin.

It looks like something might have happened to your client’s build.settings
If they’re building for iOS, have them check that the plugin is included in build.settings

settings = { plugins = { ["plugin.openudid"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true }, }, }, }

Keep in mind this plugin will not work on Android…