Hi,
I'm writing a new onesignal extension for android, and I'm using the DarkEdif SDK.
I compiled the mfx and when i go to the extension properties in Fusion i see one of the propertys with a bizar value.
Here is my def in DarkExt.json :
"Properties": [
{
"Title": "appId",
"Info": "OneSignal app id",
"Type": "Editbox String",
"DefaultState": ""
},
{
"Title": "vibrate",
"Info": "Vibrate when a message is received",
"Type": "Checkbox",
"DefaultState": true
},
{
"Title": "sound",
"Info": "Sound when a message is received",
"Type": "Checkbox",
"DefaultState": true
}
]
So the Appid property should be empty in Fusion. But when i open fusion i have this value in the property's editbox : �s\DarkEDIF.ini
When i set a value or an empty string an error is raised by Fusion saying : Property error - Out of memory attempting to rewrite properties!
I can't find what is the reason of this bug .
@
Phi
can you help please ?
I'm on VS2019 but i didn't upgrade the project to 2019.
Thanks,
Haoujey