Nook Rejection based on Scaling

Hello Corona Community!

I have a couple of Nook apps and I received the following error when I tried to update my app for the DRM issue.

Files: Rejected: Your application is not scaling properly on the Nook HD/HD+, please make sure your application scales correctly by taking up all of the available screen without letter-boxing and resubmit.

I have my scale in my config set to zoomEven, do I need to set this to zoomStretch? I’m not sure what to do here since I don’t have a Nook HD. I’ve include my full config.lua below.

-- config.lua application = { content = { width = 320, height = 480, scale = "zoomEven", fps = 60, antialias = true, }, } [import]uid: 14218 topic_id: 31686 reply_id: 331686[/import]

I got a similar but different rejection. It was rejected because of scaling causing things to be cut odd. I suspect we need those skins sooner than later.

[import]uid: 19626 topic_id: 31686 reply_id: 126577[/import]

zoomStretch worked for me, unfortunately now it was rejected because sound doesn’t work properly… I don’t know why because I haven’t change the source code at all, I just downloaded the 925 and rebuilt it and now has that issue… it works on the simulator but not on the nook color…
[import]uid: 12407 topic_id: 31686 reply_id: 126610[/import]

I got a similar but different rejection. It was rejected because of scaling causing things to be cut odd. I suspect we need those skins sooner than later.

[import]uid: 19626 topic_id: 31686 reply_id: 126577[/import]

zoomStretch worked for me, unfortunately now it was rejected because sound doesn’t work properly… I don’t know why because I haven’t change the source code at all, I just downloaded the 925 and rebuilt it and now has that issue… it works on the simulator but not on the nook color…
[import]uid: 12407 topic_id: 31686 reply_id: 126610[/import]