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
I want to get the number from the incoming call, so that I can set the preference for an individual number. For instance, I want my cell to only ring if my Mom is calling otherwise leave it in vibrate mode.
Is there a method to get the number while call state is changed?
It is not possible to implement this functionality at the moment. Apple do not provide access to the phone call. If there is an incoming call, your app goes to background. If you want to make a call from the app - you can do it with a URL and your app again goes to background.
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 1 year ago.
Improve this question
I don't know how to do this when the app is closed. How do I tell the app that this specific user is calling even when the app is killed and not open.
You have to use PushKit's VoIP notifications in order to be able to receive calls using CallKit. Unfortunately, Firebase doesn't support VoIP pushes.
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 9 years ago.
Improve this question
I was wondering, is it possible to publish an app to specific app stores, like ones where I know the ads will be targeted towards them? Or is there a way to set something in my app to do certain features for users in certain countries?
Yes.
In iTunesConnect when creating a new App, after the first couple pages there an option at the bottom to "specific stores". Click on this and select only the store you want the app to be available in.
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 9 years ago.
Improve this question
I would like to have a phone number displayed, and tappable on my app in which the user could call to subscribe to my service.
I'm aware that the App Store guidelines mention going to an external browser, but it doesn't mention anything about "phone-in" subscriptions.
Does anyone know if what I'm proposing is allowed?
In my experience Apple isn't very flexible in their guidelines. They make the final decision, and loopholes aren't something they're going to be lenient on. I would lean towards them disallowing what you're attempting. I wouldn't make that a core component of your app.
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 9 years ago.
Improve this question
Assuming that the app doesn't do anything special, like display a push notification telling the user that a new version is available, how long does it take for iPhone users to update an apps?
I find that most users seem to update in the first 2 days or so. A lot of users see the badge on the app store and go to their updates whenever they appear.
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 11 years ago.
Improve this question
I have a client that wants an iPhone app that at some point sends a meeting request to a list of people. Is this allowed?
You need to be more specific. It can if those people have the same app or it can send an e-mail to them. If you are unsure wether is allowed by apple I can tell you that it is.
If event kit enables it seems like there should be no issues with this either.