Twitter unavailable on ios simulator [closed] - ios

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
Twitter says unavailable in ios simulator next to the logo in the settings. I still logged in perfectly, but why does it say unavailable.

The UNAVAILABLE you're seeing is actually a button that takes you to the Twitter app in the App Store. The App Store is not available on the simulator, so the UNAVAILABLE button is shown. It's not stating that logging into Twitter through the simulator's settings are unavailable.

Related

Why does my swift app crash whenever I go offline? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
I have an app that requires the user to leave the app to connect to another device's wifi network. However, when I change to that wifi network and come back to the app, it seems as if Firebase or 'Google Data transport support' crashes the app saying 'there's no internet connection' when I already know there's no connection so how would I just ignore the error and carry on.
I used a breakpoint exception to find out where in code is causing the error and it's pointing me to this:
Nowhere in my code that I've written should cause that error as I'm not using firebase to query anything yet.
Run pod update to pick up the fix that released today.
Details at https://github.com/firebase/firebase-ios-sdk/issues/3530

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

iPhone 5 crash after app store update [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
My applications update just entered the appstore. The problem is the application is crashing in iPhone 5, it doesn't start. I tested it in iPhone 4 and iPad and it is fine.
Does anyone have an idea why this is happening, or why the update was accepted in the store?
It doesn't crash when running from the xcode.
To reproduce your error install the previous version on your iPhone, then start the current version from xcode with debugging.
Sometimes such crashes happen for example when your previous version stored something in NSUserDefaults and your new version expects something different. Therefore it's very important to test the update scenario.
Apple does accept applications that crash but do not crash very often. I have experienced several of my apps still crashing have been accepted by Apple. May be they don't test it comprehensively or they ignore some crashes that happen only when a certain functionality is targeted i.e don't crash too often.

Facebook SDK works on emulator but doesn't on real Iphone [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I'm trying to allow my user login with it's FB account. Everything works fine on my emulator, but when i try to test it on real iphone i get an error as popup
domain=com.facebook.sdk code=5
It first goes to FB app with only blue line on above and nothing more on the screen stays like that a few seconds and then goes back to my app and gives my the error i listed above.
What is different in sdk work on iphone and on computer?
Please help me!
Sandbox mode is explained here:
https://developers.facebook.com/docs/ApplicationSecurity/
If you're trying to allow someone other than yourself to test the app, using their Facebook account, you'll have to add them as a developer or tester in the Facebook developer portal.

Is anyone else having issues with opening app links on iOS6 iPad3? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Links to ios apps (to the app store) are not working for me on my iPad 3/iOS 6. I thought it was my code causing the problem initially, but then I tried it on an iPhone, and an older iPad 2 and they both worked. I looked into it further and it seems no links are working (that I can find). I have googled, but I have not found anything yet. Is there anyone else having this problem?
Example: link - this link will work on my computer and phone, but not on my iPad3 running iOS6 - it will just bring up the app store app showing the main screen.
Does anyone know how to navigate to the app store with a specific app as the target? When I try, the app store just shows featured page.
Update: Thanks to the person who suggested using https instead of http, it seems to work for iOS6 and iOS5.

Resources