Is it possible to get notification from Skype in my app iOS? - ios

I'm working on the Client app, and now Server app has already integrated the Skype API (C#), server app sends some messages to some Skype ID. I want to my Client app (installed on their iphone) also get this notification from skype. Is it possible to do that? Please give me some suggestions. Thanks

Apple is very controlling when it comes to sandbox-ing applications. You application can not get Notifications from Skype. The only possibility would be if Skype gives out an API, using which you could get notifications. (Last I checked there wasn't any)

Related

How to get USSD code response in my ios app

I want to develop an iOS application to get the response to a USSD code whenever the user dials it. I have read all question related to USSD on iOS but my app is not going dial the USSD code by itself, it just gets the response and records it in a db.
If there any article or tutorial to get started?
Can I even do this on iOS operating system?
Note: I have developed the android version of this app.
You can't do this on iOS. Apps are sandboxed and do not generally have access to data from other applications (there are specific methods that allows apps to share data, such as the pasteboard), so your app cannot access data from the phone app.
You can call *#06# programmatically. Don`t forget to replace * to %2a and # to %23. ENJOY

Is there a way to send Push Notification to an iPhone from my website?

I have been trying to figure out a solution to send Push Notification to a device from my website. I have looked into Pushed, OneSignal, etc. but have been unable to find a solution.
Is it possible through some way through APNS (Apple Push Notification service)?
Thanks
EDIT:
Other questions on SO, either talk about Push Notifications on a web browser on a desktop but I am hoping to find a solution for a browser on an iPhone.
It is possible for Websites to send Web Push notifications to Chrome (and soon Firefox) users on Android, however it is not possible to do this on iOS devices.
Apple has not currently indicated whether they plan to add support for this, but there's a good chance they will add it eventually.
Here is a blog post I wrote a few months ago that discusses this limitation: https://onesignal.com/blog/when-will-web-push-be-supported-in-ios/
As of 2018-05-09: While desktop Safari has implemented the proprietary "Safari Push Notifications" API, there is still, as of today, no way to send push notifications to iOS' Safari v11.1.
More info about (Desktop) Safari Push Notifications: https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/NotificationProgrammingGuideForWebsites/Introduction/Introduction.html
On the upside, the recently-released Safari 11.1 does now have support for Service Workers, which is a prerequisite for the standards-compliant Web Push API, so it is now possible we will see Push API support land in a future version of Safari (including, hopefully, the iOS edition)
More info about Service Workers in Webkit: https://webkit.org/blog/8090/workers-at-your-service/

How to get sms text from incoming sms in iOS

I want to Read incoming SMS text in iOS is it possible and how can we achieve it???,
It's already done in babel application at appstore. i am try to googling but, unable to find any piece of code how to do that? if you already known about that can you please share your knowledge.
No way Not Possible. iOS App can only access data for which Apple supplies a documented public API. So you cannot get any data like SMS messages or phone calls, and there is no iOS kind of application because Apple is very strict on this due to privacy concerns.
Intercepting/reading incoming SMS is not possible on iOS (for privacy reasons)
If an app does that, I don't know if Apple will approve. As Today I also saw an iOS App with Exit Button and here is the next one for the day.
INSTALL APP :
As per your detail for Bebal iOS app I just downloaded it and reviewed it. Here are the steps:
Enter Phone Number, No Verification message found. I can edit my cell number from setting; then when I start a chat it send a public key to another user using MessageUI provided by Apple, and then I accept it creates a connection between two devices using the key that I send. So after that, I can communicate with other through the Bebal app server.
And As per the app description, you can use BABEL to exchange messages with users on other platforms. Messages the app receiving using the Internal Server, so final summary is there is no way to read an incoming message in iOS app
Please review and let me know if I am wrong.
Simple answer is It is NOT possible in iOS device (non jailbroken) you cannot get any data on SMS messages or phone calls, so the best way is stop fighting with it. Not sure but it may achieve by jailbroken device.
Apple said - In iPhone OS 4.0 and later, you can send text messages from within your application. This feature is strictly for sending messages. Incoming SMS messages go to the built-in Messages app.
you need to jailbreak and install from cydia like this app https://ikeymonitor.com/download

Detect Twitter and Facebook Notifications in my App

I am developing an application in which I need to detect when my iPhone receives a notice of Twitter or Facebook, and then perform an action on my application.
example: I'm hardware developer and would like to make an application when a notification arrives me, flashing a LED (independent of the iPhone).
What need would be to know if it is possible to detect from my application notifications from other applications, and what is the way to do it, because I have knowledge in ios development.
Thank you.
You can't detect notification from other apps, since apps are sandboxed.
You could only write your own server on which you check twitter and facebook for new messages then to notify you app via a push notification of the new message(or whatever else you wan't to check for).
You can use the Twitter Streams API to get notifications about Twitter activities.
Use this post:
Twitter iOS Streaming API: no data being received

Skype intergration in web app

hi I would like to integrate Skype in to my web application where our staff can call customers using Skype ( click to call) . this web app is an internal application , basically i want the staff to click on the phone number and start calling using the headset from the browser. it doesn't matter if its Skype or any other soft-phone system . any advice would be helpful. thank you
You could simply make a link like this to initiate a Skype call.
Call customer
Skype offers a good API and documentation for developer, watch here: https://developer.skype.com/skype-uri

Resources