• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Adobe Air SDK 20 is not accepted by Apple

Participant ,
Jan 08, 2016 Jan 08, 2016

Copy link to clipboard

Copied

I downloaded the new Adobe Air SDK 20 and built my OSX App.

First of all the file inside is different and there is no instruction how to sign the file in the right way. Finally I solved the signing problem, and I was able to send the App to the Mac OSX AppStore.

But then Apple rejected the App, see below. I pay monthly fees for using Adobe products and there is absolutely no support and updates only causes headache.

Please fix this bug or tell me how to codesign an application correctly with SDK 20.

January 7, 2016 at 10:01 PM

Apple

  • 2.5 - Apps that use non-public APIs will be rejected

2.5

The use of non-public APIs can lead to a poor user experience should these APIs change in the future, and is therefore not permitted. The following non-public APIs are included in your application:

'/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit'
: OBJC_IVAR_$_NSView._bounds
: OBJC_IVAR_$_NSWindow._frame

If you have defined methods in your source code with the same names as the above-mentioned APIs, we suggest altering your method names so that they no longer collide with Apple's private APIs to avoid your application being flagged in future submissions.

Additionally, one or more of the above-mentioned APIs may reside in a library included with your application. If you do not have access to the library's source, you may be able to search the compiled binary using "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These techniques can help you narrow down where the problematic code resides.

If you are unable to reproduce this issue, ensure you are testing the exact version of the app that you submitted for review, and that you're doing so in a minimally privileged environment. See Technical Q&A QA1778: How to reproduce bugs reported against Mac App Store submissions.

For information on how to symbolicate and read a crash log, please see Technical Note TN2123 - CrashReporter.

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 20, 2016 Jan 20, 2016

Copy link to clipboard

Copied

One of our apps got rejected as well:

The use of non-public APIs can lead to a poor user experience should these APIs change in the future, and is therefore not permitted. The following non-public APIs are included in your application:

: OBJC_IVAR_$_NSView._bounds

: OBJC_IVAR_$_NSWindow._frame

If you have defined methods in your source code with the same names as the above-mentioned APIs, we suggest altering your method names so that they no longer collide with Apple's private APIs to avoid your application being flagged in future submissions.


I hope Adobe has a solution to this.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 21, 2016 Jan 21, 2016

Copy link to clipboard

Copied

and no one of adobe sends us a comment. they keep quiet and let us pay.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 26, 2016 Jan 26, 2016

Copy link to clipboard

Copied

I contacted Adobe and they said their engineers are looking at it. I'll post if I get any updates.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 04, 2016 Feb 04, 2016

Copy link to clipboard

Copied

thank you!!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 05, 2016 Feb 05, 2016

Copy link to clipboard

Copied

Adobe Air 21 fixes this issue.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jun 22, 2016 Jun 22, 2016

Copy link to clipboard

Copied

LATEST

ok, thanks, i will try it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines