I have an existing application that supports both local and push notifications, with the introduction of iOS 8 and its newly added features (link referred) ,i thought of adding some of the features in app. My question is how to use interactive notification feature in my app.should i add any new framework; coding or an any tutorial link would be helpful. Also help me creating widgets for my app.
1
votes
Read the documentation!
- dasdom
can u share me the link @dasdom
- vishnuvarthan
Are you serious? The link to the iOS developer documentation is this: developer.apple.com/library/ios/navigation/index.html . I assumed every iOS developer has this in the favorites bar of their browser. What you are searching for is a user notification. Learn to read the docs. There is a lot of good information in there.
- dasdom
sorry for that i was using my friends machine
- vishnuvarthan
1 Answers
2
votes
This video helped me https://developer.apple.com/videos/wwdc/2014/#713
and this link about notifications UI guidelines too https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/NotificationCenter.html
and this link for widgets https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/NotificationCenter.html