Re: Which UID should I used?
[QUOTE=radeknati;814321]Hello,
I received UIDs from Ovi Support connected to IMEIs - I tested my app using these. But when I send my app to QA what should I type in RED places? (I packed my app of course with Smart Installer):
[I]symbian {
vendorinfo = \
"%{\"vendor\"}" \
":\"vendor\""
my_deployment.pkg_prerules = vendorinfo
TARGET.UID3 = [COLOR="Red"]0xNUMBER <-- should I use here one from UIDs I received from Ovi Support[/COLOR][/QUOTE]
Yes.
[QUOTE=radeknati;814321]
TARGET.CAPABILITY += Location NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment ReadDeviceData WriteDeviceData
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
addFiles.sources = ling_pl.qm ling_de.qm ling_it.qm ling_fr.qm ling_ja.qm ling_es.qm
addFiles.path = .
DEPLOYMENT += addFiles my_deployment
DEPLOYMENT.installer_header = [COLOR="Red"]0x2002CCCF <-- is it the right number[/COLOR]
ICON = geosms.svg
}[/I][/QUOTE]
Yes.