In this talk: ‣Why? ‣What can we improve? ‣How to improve it? ‣ Design (UI/UX). ‣ Human interface guidelines. ‣ Apple design tips. ‣ iOS Design Kits. ‣ Use Apple New technologies. ‣ 3D Touch. ‣ Siri shortcuts. ‣ Spotlight search. ‣ Rich media notifications. ‣Apple relation. @AttiaMoTheDev
● Siri Shortcuts are a powerful new feature in iOS 12 that allow your app to expose its functionality to Siri. This enables Siri to suggest your shortcut at relevant times based on various context. Shortcuts can also be added to Siri to run with a voice phrase on iOS, HomePod and watchOS. ● Apple has given us two APIs to use, one very easy and very difficult. I suspect most folks will go with the easy option to begin with and gauge user feedback – if there's enough usage they can then invest more time to implement the more complex solution, but there's no reason to go for that unless you do see good engagement. 1- SIRI Shortcuts Siri shortcut logo @AttiaMoTheDev
What we can do with it? Almost Everything! ● Reorder ( food ordering ). ● Resume reading (podcasts, audiobooks). ● Regular tasks (daily trips). 1- SIRI Shortcuts @AttiaMoTheDev
How? First, we need to tell iOS what activities we support. So, open your project's Info.plist file and add a new row called NSUserActivityTypes. Make it an array, then add a single item to it: com.hackingwithswift.example.showscores. This identifies one activity uniquely to iOS. Now we need to register that activity when the user does something interesting. If you're just trying it out, try adding this in viewDidAppear(): @AttiaMoTheDev
•Staring from iPhone 6s and iPhone 6s Plus Apple brings a powerful new dimension to the Multi-Touch interface with 3D Touch. •This new technology senses how deeply users press the display, letting them do more than ever with your apps and games. 3D Touch @AttiaMoTheDev
App Performance & ASO Tools @AttiaMoTheDev @AttiaMoTheDev Appsflyer Appsflyer is a platform specializing in mobile attribution and marketing analytics. Appsflyer is especially popular with people focusing on data and paid user acquisition. AppAnnie AppAnnie is a platform specialized in app analytics and market data. With its extensive database People who would liåke to dig deeper into the data and are interested in understanding the market and competition are common users of this platform. SplitMetrics SplitMetrics is a tool with focus on A/B testing and conversion optimization. A/B testing is another useful way to track how users interact with your app and increase your installs. SplitMetrics is popular with people who like to experiment and run tests regularly.
How To Get Featured? ● The competition(look who’s you’re competing with) ● Be creative and look at the other Apps of the Day to give you an idea of what they look like. ● Carefully follow their guidelines for the artwork ● Respect the deadlines ● Submit from here @AttiaMoTheDev @AttiaMoTheDev
Recap! ‣Why you should build a great app? ‣What we can work on? ‣How (tips to do this). ‣ Design (UI/UX). ‣ Human interface guidelines ‣ Apple Design Tips ‣ iOS Design Kits ‣ Use Apple New technologies ‣ 3D Touch. ‣ Siri shortcuts. ‣ Spotlight search. ‣ Rich media notifications. ‣Apple relation. @AttiaMoTheDev @AttiaMoTheDev
- https://developer.apple.com/design/tips/ - UIKits - https://developer.apple.com/design/human-interface-guidelines/ - Siri shortcut from WWDC - Hacking with Swift iOS 12 - Quick actions - spotlight search - How to get your app featured on the App Store - ASO tools - 10 cool things you can do it with Siri shortcuts - Apple Design Awards Resources And More Info!