App crash on Nook

Friends, I built a simple game with timers & then removed the additional permissions as stated in this thread.
https://web-c1.anscamobile.com/forum/2012/09/18/still-looking-currently-working-way-remove-extra-android-permissions#comment-124315

My app: “Geo Memory” lite & paid versions are distributed on the Android store & the Amazon store and receiving downloads. This was built with 2012.840.

On Nook, my app was rejected with the following message. Has anyone else seen this & an tips on how to overcome this? Sorry, don’t own a Nook, just tested on the Corona Nook simulator.

Application: Geo Memory
Version: 1.0.3

Unfortunately we are not able to approve your application for
distribution at this time for the following reasons:

Files: Rejected:
Test Case #1

  • Your app has failed to launch or crashed. Please see the log that is
    attached for more information.
  • Your app does not display a progress indicator when loading data or
    performing lengthy operations. Please refer to the test criteria
    information, address the issue, and resubmit.
    Failed on the following device(s):

NOOK Color (Froyo) 1.4 []
NOOK Tablet (Gingerbread) 1.4.1 []
NOOK HD+ (Ice Cream Sandwich) 2.0 [X] - Trial and Full Version
NOOK HD (Ice Cream Sandwich) 2.0 [X] - Trial and Full Version

  1. Boot the app on the NOOK HD and NOOK HD+.
    Result: The game fails to boot and displays the message “This build is
    only supported on Nook. It will not work on any other device.”
    [import]uid: 92238 topic_id: 33073 reply_id: 333073[/import]

Can I publish a Corona SDK Nook Build on all of Nook Color, Nook Tablet, Nook HD & Nook HD+?
Or are some versions unsupported? [import]uid: 92238 topic_id: 33073 reply_id: 131771[/import]

@svaradha, I have my first game released on all of them. So, as far as I know, Corona SDK does support all NOOK devices. I’m wondering if manually removing the permissions caused some sort of conflict. (I’ve never tried manually removing the permissions from my game, so I don’t know what pitfalls there might be. Maybe someone else will jump in and let you know more.)

Naomi [import]uid: 67217 topic_id: 33073 reply_id: 131776[/import]

svaradha,

Build #840 does not support the Nook HD/HD+. That version of Corona came out before the HD/HD+ devices and does not know how to recognize them.

You need to build your app with the newest release version, build #971.
http://developer.coronalabs.com/downloads/corona-sdk

Also, don’t forget to provide shop details for your app per the B&N guidelines. They might reject your app for not doing so. You can display your app’s details in the app store (along with your other apps) by using the [lua]native.showPopup()[/lua] function.
http://docs.coronalabs.com/api/library/native/showPopup.html
[import]uid: 32256 topic_id: 33073 reply_id: 131797[/import]

Can I publish a Corona SDK Nook Build on all of Nook Color, Nook Tablet, Nook HD & Nook HD+?
Or are some versions unsupported? [import]uid: 92238 topic_id: 33073 reply_id: 131771[/import]

@svaradha, I have my first game released on all of them. So, as far as I know, Corona SDK does support all NOOK devices. I’m wondering if manually removing the permissions caused some sort of conflict. (I’ve never tried manually removing the permissions from my game, so I don’t know what pitfalls there might be. Maybe someone else will jump in and let you know more.)

Naomi [import]uid: 67217 topic_id: 33073 reply_id: 131776[/import]

svaradha,

Build #840 does not support the Nook HD/HD+. That version of Corona came out before the HD/HD+ devices and does not know how to recognize them.

You need to build your app with the newest release version, build #971.
http://developer.coronalabs.com/downloads/corona-sdk

Also, don’t forget to provide shop details for your app per the B&N guidelines. They might reject your app for not doing so. You can display your app’s details in the app store (along with your other apps) by using the [lua]native.showPopup()[/lua] function.
http://docs.coronalabs.com/api/library/native/showPopup.html
[import]uid: 32256 topic_id: 33073 reply_id: 131797[/import]

Thanks guys. I’ll try out the suggestions. [import]uid: 92238 topic_id: 33073 reply_id: 131889[/import]

Thanks guys. I’ll try out the suggestions. [import]uid: 92238 topic_id: 33073 reply_id: 131889[/import]

Upgrading Corona worked. Removing the extra permissions after the upgrade works fine too. Thanks everyone. [import]uid: 92238 topic_id: 33073 reply_id: 137577[/import]

Upgrading Corona worked. Removing the extra permissions after the upgrade works fine too. Thanks everyone. [import]uid: 92238 topic_id: 33073 reply_id: 137577[/import]