Mac Store app rejection

Here's apples reasoning for rejecting Mole Word for the mac app store: "Reasons for Rejection: 2.2 Apps that exhibit bugs will be rejected May 25, 2012 02:51 PM. From Apple. 2.2 Here is how we found this bug: When the user clicks the green 'Zo…

Viewing 1 to 5 (5 Total)
Mac Store app rejection

mourlamstudios

mourlamstudios
Total Posts: 152
Joined: February 12, 2012

Here's apples reasoning for rejecting Mole Word for the mac app store:

"Reasons for Rejection:
2.2 Apps that exhibit bugs will be rejected
May 25, 2012 02:51 PM. From Apple.
2.2

Here is how we found this bug:

When the user clicks the green 'Zoom' button, content does not fill the window. See screenshot attached.


This review was conducted on an iMac running Mac OS X 10.7.3"



Here's screen shot they attached:

http://cl.ly/453e013v0i2S3n0Q1C2z...

We've customized the libraries and removed the Windows menu which displays about 3 - 4 windows, each time you select it crashes but now we're looking to remove any resizing of the main nme window. We'll look into customizing the sdl / nme library ourselves again but we figured it would be best to report the issue. Thanks

Tags:
Posted on May 28, 2012 at 12:41 PM

Huge

Huge
Total Posts: 546
Joined: October 07, 2011

Re: Mac Store app rejection

Hi,
There is a resize flag in the app properties - are you using this?

I think you should be able to scale the reasonably easily, perhaps by setting the nme.Lib.current scaleX, scaleY, x, y and scrollRect on the resize? Maybe draw some black bars and call it done. Could be worth a shot.

Hugh

Posted on May 29, 2012 at 12:31 AM

mourlamstudios

mourlamstudios
Total Posts: 152
Joined: February 12, 2012

Re: Mac Store app rejection

I am using the resize flag in the nmml window tag.

I don't see where an NSWindow is created in either nme or sdl static libs. Any idea where the nswindow is created so i can modify the libs?

It should be a simple one-liner : setMaskStyle to the NSWindow. Thanks!

Posted on May 30, 2012 at 4:08 PM

singmajesty

singmajesty
Total Posts: 2140
Joined: August 25, 2011

Re: Mac Store app rejection

Hi,

I have good news for you smiling

I just found the cause (and fixed) the issue where multiple entries would appear in the "Window" menu on OS X. I added support for the Command + M shortcut on OS X to allow minimizing. I updated the command-line tools so that it will not use a resizable window by default, and I also corrected a spelling discrepancy where the tools were expecting "resizeable" instead of "resizable" ... this is likely why the flag was not working properly for you.

Since the window is not resized, the "zoom" button does not appear to be active anymore. However, I would imagine that normally when you are allowing resizing, you would handle the "zoom" operation by listening to Event.RESIZE on the stage.

Posted on May 30, 2012 at 7:22 PM

mourlamstudios

mourlamstudios
Total Posts: 152
Joined: February 12, 2012

Re: Mac Store app rejection

You just made my day. We'll resubmit and let you know how it goes.

Posted on May 30, 2012 at 8:13 PM