Ticket Created

WERETECH-11175

set/getProperty deprecate on sdk 4?

In current doc something has changed!!

Previous information: some function (e.g. deleteProperty) was planned to remove but not set/get.

My app run well and there are values in sim Application.AppBase.Data.

So, is documentation correct?

I have some strange app behaviour on sim:

- settings don't change

- memory peaks

- console  message "Unable to serialize app data"

- resetting settings to default

can be connected with any changes in sdk 4?

Parents
  • "3. Of course (but I'm not sure) it's possible to prepare iq file combining prg building with in different sdk but it produce more work (if not there should be several iq's for different platform)."

    I have actually wished for this feature but I don't think it's possible because:

    A) We can't control the IQ building process afaik

    B) The IQ file contains signatures for its PRGs, so you can't just build your own PRGs and put them in the IQ file (which of course is just a zip file)

    If I recall correctly, that is.

    I wanted this feature because I always worry that my apps will run out of memory for old devices when I build with a new SDK, and new SDKs often have 0 benefit for old devices (afaik).

Comment
  • "3. Of course (but I'm not sure) it's possible to prepare iq file combining prg building with in different sdk but it produce more work (if not there should be several iq's for different platform)."

    I have actually wished for this feature but I don't think it's possible because:

    A) We can't control the IQ building process afaik

    B) The IQ file contains signatures for its PRGs, so you can't just build your own PRGs and put them in the IQ file (which of course is just a zip file)

    If I recall correctly, that is.

    I wanted this feature because I always worry that my apps will run out of memory for old devices when I build with a new SDK, and new SDKs often have 0 benefit for old devices (afaik).

Children