Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to block an app for 512 mb ram devices?

Sorry for this easy question but I can not find anything within appmanifest or submission form on dev.windows.com. Where I can set a min Ram of 1 GB for my app?

Thank you very much in advance.

like image 949
user3168511 Avatar asked Nov 10 '22 14:11

user3168511


1 Answers

You can set ID_REQ_MEMORY_300:

For Windows Phone 8, indicates that the app requires more than 180 MB of memory and is not suited for a lower-memory device.

180 MB is the most that can be used on devices with < 1 GB, so this is effectively limiting to devices with 1 GB RAM or above.

like image 169
Danny Tuppeny Avatar answered Nov 15 '22 08:11

Danny Tuppeny