Debug ios share error message - ios

I have trouble with the Facebook iOS share method described here:
http://developers.facebook.com/docs/howtos/publish-to-feed-ios-sdk/
When I login with Facebook and share for the first time it works. After that I am getting the following error message:
I have no idea how to debug it and where I can look up this error code.
Anybody can help me out?

I found a bug report https://developers.facebook.com/bugs/169352693201670?browse=search_504e55a89e7af1b86045526 which states that you need to use the old deprecated headers for now.

Related

Error with Universal Links on phone w/ iOS 13

I am seeing the below error in iOS 13 when trying to setup an app with universal links. Has anyone seen this or know what it means?
I am seeing this error in the device console for the swcd process.
Error getting enterprise-managed associated domains data. If this device is not enterprise-managed, this is normal:
Error Domain=SWCErrorDomain Code=1701 "Failed to get associated domain data from ManagedConfiguration framework." UserInfo={NSDebugDescription=Failed to get associated domain data from ManagedConfiguration framework., Line=250, Function=<private>}
When I install the same app on an iOS 12 device it works perfectly fine. Any thoughts would be appreciated
It seems that upgrading to iOS 13.2.2 solves the issue.
There is no official confirmation about this, but is seems resolved on iOS 13.2.2.
There may be some different places that cause this problem. Note that the format of AASA file seems to be changed recently. Please refer to this.
If the delegate isn't called, and there are some Google Analysis or Firebase features in the app, then it may be caused by method swizzling. If that's the case, please refer to my answer here.

When we integration with Twitter error occurs?

I have done twitter integration in Objective-C. I have check before 10 days, It is work perfect. But i have check today then the error occurs. I have attach screenshot. please help me.

What is error 5 in chartboost?

I integrate chartboost sdk in my app. I use latest sdk and perform each step according to documentation.
When I run the app Chartboost ad is not coming and when I log the error it gives me error code 5. Can anyone tell me what is error code 5 in chartboost?
please help me.
Finally, I got the solution!!!
The error 5 means that there is a network error. One reason for its occurrence is incorrect chartboost Id or chartboost signature.
In my case I enter wrong Id that's why I am getting this error and advertise is not displaying.

Clientbank pytch iOS integration

I am trying to integrate Clickbank's Pytch framework in my iOS application.
but, after following exact sequence as mentioned in their doc, i am seeing error 403 Forbidden
Is there anyone who tried Pytch SDK?
https://support.clickbank.com/entries/40354996-Pytch-SDK
Okay. The error was in the id that i was passing. It was wrong, i corrected the id and it worked.

non public selector in payload warning iOS [duplicate]

I am uploading my iOS application on app store and it is having some warning when i upload the app. warning is the app references non-public selectors in payload/appname.app/appname: _terminateWithStatus I am using facebook sdk"facebook-ios-sdk-3.8" and parse sdk "parse-library-1.2.18". can anybody guide me what should i do to remove this warning?
You can't remove this warning. You may get this warning just for using a selector in your own code or third party code(may be because of facebook sdk) that has the same name as some selector that is marked as non-public. Happens to me all the time. Never got rejected for it. So you won't worry about this warning. See this Ref. , Ref2
And also see this stack question to avoid rejection, find and remove unwanted framework.
First time i got this error and then app was uploaded but with warnings but when i submitted the second version of the app at that time Apple didn't let me upload the app and was giving me error repeatedly "Your app contains non-public API usage. Please review the error, correct them and resubmit your app" after that i found my solution in this question Finding Private API Call _terminateWithStatus Answer was not very useful for me but solution in question was very useful for me. I just removed the GHUnitIOS.framework and it worked for me. May be this info can help someone else

Resources