Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
When I test the In-App purchase process, I get mixed results.
Sometimes The purchase is successful. sometimes it fails.
Is this behaviour normal for sandbox environment, or should I be worried?
Thanks!
Yes there might be some problem, may below link will help you.
http://www.raywenderlich.com/21081/introduction-to-in-app-purchases-in-ios-6-tutorial
This one includes code for displaying a store.
For more details please go through apple doc
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
This post was edited and submitted for review last month and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I am working on developing a swift app. How can I check whether a mobile is in silent mode? Is there any method to find that the phone is now silent or its volume is high? Please help me.
I searched but couldn't find any solution.
There is no Public API for check that.
There is Mute Lib that works with work around.
https://github.com/akramhussein/Mute
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I'd like to invite someone to my app. The invitation would include a link to the app in the appstore. If they download the app, I'd like the person who sent the invitation to have their information passed through, so the app can know that they are "friends/contacts". Is that possible?
if it is beta testing use testflight. public storefront use link to App store
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I made an app. Now I want to close an other app (not mine) - does anybody here know how that is going to work?
I don't want to publish the App in the App Store - so it is only for private purposes but I dont want to jailbreak my iPhone.
For security reason an app cannot control another one.
You cannot do it.
It's not possible - your app is contained within its own sandbox separate from other apps on the device.
For more information, you can read Secutiy Overview: Code Security in the iOS Developer Library.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to get notification of mail app that apple created from my app that I will create.
Is it possible that getting information of another app or built-in app?
Please, Let me Know.
No, it isn't possible. In iOS, your app is sandboxed and there is no interapplication communication.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I implemented In App purchase in ios app.I am using it for testing now, using Sandbox mode. I am able to purchase app in India. But In Norway I am not able to purchase app. It is not showing any progress.