Push Notification in ios with asp.net [closed] - ios

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 5 years ago.
Improve this question
I need to apply push notification in ios mobile apps with asp.net. Have anyone solution in window Microsoft Server ?

Please find Link :
Push Notification with C#
Make Sure Import certificate from keychain without private key if any excecption occurs

There is step by step process, hope it helps:-
Below is the link:
http://www.c-sharpcorner.com/uploadfile/pandeypradip/apple-push-notification-using-asp-net/

Related

How to check if mobile is in silent ios swift [closed]

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

Difference between urbanairship and parse and push for push notification in ios [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Hi i am working for the push notification in current project in ios, but i dont know about Urbanairship or Parse, push, and client says to me that use one of them which is free and better for this purpose, so please tell me which one is better for this ?
Urban Airship is doing away with free notifications. I work for XtremePush who do push notifications to the same standard as Urban Airship and have a free tier if you want to check that out.

Close another iOS app through a button [closed]

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.

how can I get mail app's notification in iOS from my own app? [closed]

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.

How to find which app is running on foreground in iphone [closed]

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 am doing one app user install my and did go background but in my want recognize which application is on foreground. How to find this when my is in background still my app was run and which application is running currently. Please anybody help me i am new to ios .
Thanks in advance.
You cannot find out what other apps are running in iOS

Resources