The app references non-public selectors with Facebook SDK [closed] - ios

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
Today, I submit my app to iTunes by App Loader but i get an warning:
The application loader reports:
The app references non-public selectors in id
This warning can result in your app being rejected for using private APIs.
But I did not pay attention and still submit my app to iTunes.
Now I know that the obtaining the id facebook caused that warning.
I need reject the binary file and resubmit. But my app is still in a state "Upload received". I don't know how to solve this problem. Please help me. Thank in advance.

Wait a few minutes until the status clears. Then reject it under "Binary Details" in iTunesConnect.
Most likely iTunesConnect cannot flag it for waiting for review until some processing is done, worst case a manual action by Apple is done (with regards to the warning). Not much you can do.

Related

App does not uploaded on iOS App connect store with reason non-public APIs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
I am trying to upload my App on Apple store. But app got rejected with reason non-public APIs.Whole reason for rejection is given below:
Dear Developer,
We identified one or more issues with a recent delivery for your app, "AppName". > Please correct the following issues, then upload again.
ITMS-90338: Non-public API usage - The app references non-public
symbols in Frameworks/Flutter.framework/Flutter: _ptrace. If method
names in your source code match the private Apple APIs listed above,
altering your method names will help prevent this app from being
flagged in future submissions. In addition, note that one or more of
the above APIs may be located in a static library that was included
with your app. If so, they must be removed. For further information,
visit the Technical Support Information at
http://developer.apple.com/support/technical/
I tried many times but got same error message. If anyone solve this problem please help.
It looks like you are submitting a debug build. You can find discussion of the same problem here.
Did you copied the build after running flutter run?
Or you might have missed flutter build ios --release

Apple Pay missing Entitlement warning [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
Have you ever received an email from Apple after submission like this?
The strangest thing is that I'm not using Apple Pay at all. Where should I look?
Dear developer,
We have discovered one or more issues with your recent delivery for “<APP>". Your delivery was successful, but you may wish to correct the following issues in your next delivery:
Missing Entitlement - App contains references to [Apple Pay] in ‘ <BundleName>', but is missing the required entitlement 'com.apple.developer.in-app-payments'.
After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.
Regards,
The App Store team
UPDATE: See jrg answer (in my case fixed my issue) I had an outdated Braintree Cocoapod. Thanks man!

iTunes Connect Submit For Beta App Review no option to disclose IDFA usage [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
Today I uploaded a new build from Xcode to try the new TestFlight external testing program. After I submitted the beta app for review it was rejected because of "Undeclared Use of Advertising Identifier [IDFA].
I know I'm using the IDFA for ad tracking, and I have no problem declaring that, but the TestFlight submission process has no place to declare this. When I've submitted to the real app store there were questions I answered about the IDFA, but it seems the External Testing review flow does not have the same questions. It only asked about Export Compliance then I submitted.
Tried uploaded a new build and had the same problem again. Something I'm doing wrong or bug in Apple's new flow? Anybody else seeing the same problem or worked around this?

Issues while submitting iOS app on Facebook for approval [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I am trying to upload my iPad application, .ipa for Facebook approval.
I have prepared the simulator build, compressed it in .zip format and provided the APP URL link.
Also I have submitted the screen-shots and notes. I have requested for user_likes, publish_action and manage_pages.
However, when I try to save, it get following warnings.
Your app must have a logo
Your app must have long description set
Your app must have a Privacy Policy URL
I am confused, where to set these values? Can these values be part of the .ipa ? If yes, then please confirm. Especially the privacy policy URL
Did some one faced this issue? Please guide.
I searched and saw that there is additional tab "App Details". We need to fill the info in that tab.
Thanks

Issue in Integrating In-app to the iOS application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
Is it necessary to submit the app to implement In-App purchase..
We havent yet submitted the app to the app store.. We have added the code for In-App in our app & we actually fetch the products created in Itunes connect via Storekit framework but when we run the app we are getting message as "Invalid Product Identifiers"...
When we browsed the issue on Google & came to know that we need to submit the app to the store & then work on In-app... Is this true??
Kindly help us..
Looking forward for the response at the earliest..
No, you do not have to submit in order to test (your app is very likely to be not admitted to the store).
If you have recently added the products to iTunes Connect, and then immediately start testing, it will probably not work as it takes some time for the products to penetrate the store. Give it 24-48 hours and try again to see if it fetches your products correctly.
If this still does not happen you probably have an error in your code for fetching the products.

Resources