iOS Dev Weekly - iOS Dev Weekly - Issue 608

When should you offer your in-app purchase upgrade to users?
 

iOS Dev Weekly

 
View on the Web    Archives

ISSUE 608  May 5th 2023

 
Comment

  Comment  

 

Did you catch Felix Krause’s announcement of his new Context SDK last week?

It’s a library that helps an app determine the best time to present an upsell, purchasing decision, or any call to action to a user based on what they are doing and how likely they are to be receptive to it. It advocates presenting fewer upgrade prompts for better conversion rates.

How does it know when to suggest good times for an upgrade prompt? iOS devices have a vast amount of information on what we are doing, and the library combines data from some of the sensors with CoreML to figure out what users are doing. Is someone out walking their dog or bored and sitting on their sofa? Are they running late to meet friends for dinner with only 10% battery or commuting to work on a bus? People are far less likely to sign up for something in some situations, no matter how good the special offer is. They’re also more likely to sign up if it’s not the 1,000th time they’ve seen the CTA.

Read the whole article if that sounds interesting because the post has plenty more details and evidence that the technique works.

This would instantly be deep into “creepy” territory if that data was being sent back to some company’s server to be stored and cross-referenced against loads of other data, but the SDK doesn’t request any additional app permissions and never sends a network request. It all happens on-device.

There is something that keeps my “this doesn’t feel quite right” sense tingling. I think it comes down to many years of hearing story after story of unscrupulous companies doing dubious (or awful) things with large amounts of behaviour data, though, rather than being related to anything this SDK is doing. Of course, nothing will stop companies from integrating this SDK and sending all this data somewhere, but they could also do that without this SDK. As long as you agree with the business model of free apps marketing their in-app purchases, I don’t think there’s anything to dislike here.

This idea feels like a win for everyone involved. Users get fewer calls to action at inconvenient times, and developers get happier users who are slightly more likely to respond to a CTA. That sounds good to me!

For full disclosure, I know Felix well and knew he was working on this project.

Dave Verwer  Permalink

 
 

  Sponsored Link  

 

Join a FREE iOS Architect Crash Course for a limited time

If you’re a mid/senior iOS developer looking to improve both your skills and salary level, join this free online crash course. It’s available only for a limited time, so get it now.

essentialdeveloper.com  Permalink

 
 
 

  News  

 

The launch of the Mojo language

This isn't related to any Apple platform development and only tangentially to Swift, but it's always nice to see what Chris Lattner has been up to!

fast.ai  Permalink

 
 

  Code  

 

Atoms

This new package from Johan Thorell looks interesting:

By avoiding large observable objects with many published properties, Atoms help you steer clear of performance bottlenecks due to rendering, while maintaining a single source of truth in your app’s architecture.

There’s more detail and some discussion in this thread on the Swift Forums.

By the way, the Community Showcase forum is a great way to get the word out on projects like this. I subscribe to posts there by RSS, but there are only a few posts per month. It’s a great way to get the word out about your current project.

swiftpackageindex.com  Permalink

 

Using TabularData to Dump Model Data

If you read the framework description for TabularData, you might be tempted to dismiss the whole framework unless you are working with machine learning models.

Import, organize, and prepare a table of data to train a machine learning model.

In this post, Jordan Morgan explains why you shouldn’t skip it. I promise you’ll learn something by reading this.

swiftjectivec.com  Permalink

 

The power of overlays in SwiftUI

There are so many times when building some UI with SwiftUI that your first thought when stacking controls on top of one another is to reach for a ZStack, but before you do, consider an overlay instead! There are many benefits, but having consistent geometry sourced from your primary control is the most significant. That’s not to say you’ll never need ZStack, but it’s great to be more aware of this important modifier, and here’s Majid Jabrayilov with a detailed look at it.

swiftwithmajid.com  Permalink

 

Implicit self for weak self captures

Here’s Toomas Vahter with a nice reminder of this small but impactful change that arrived with Swift 5.8. It always felt strange needing the self.

augmentedcode.io  Permalink

 
 

  Jobs  

 

Senior iOS Developer @ Shareup – Want to build something new? Join our small, design-led team at @shareupapp to build the fastest, easiest, and most secure way to share anything with anyone. We use Apple’s best tech, including Swift Concurrency, Combine, Catalyst, UIKit, and SwiftUI, and you’ll work closely with our talented team. – Remote (within European timezones)

Apple Platforms Developer @ Cascable AB – Cascable is a small "indie" company based in Stockholm, Sweden. This is the job for you if you love working with and learning about multiple technologies. We have UIKit, AppKit, SwiftUI, and Swift-on-the-Server (Vapor) across our suite of products, and you'll be working with all of them! – On-site (Sweden) with some remote work (within European timezones)

Senior iOS Engineer @ Reveri – We’re looking for an experienced, adaptable, and engaged Senior iOS Engineer looking to make a genuine positive difference in our member’s lives through self-hypnosis. 100% SwiftUI codebase, iOS 15+, Combine, and Concurrency. Small team, 3 iOS, 2 Android Engineers, every role has impact. – Remote (within European timezones)

 Permalink

 

Do you have any open positions at your company? You can list them over at iOS Dev Jobs and have them promoted to thousands of developers for free. 🚀

 Permalink

 
 

  And finally...  

 

Why doesn’t the real Uber app have this? 🐶

I only recently came across Soren’s satirical app design newsletter via a recommendation from a friend, but it has already brought me many chuckles. 👍

 Permalink

 
You received this email because you subscribed via the iOS Dev Weekly site.
We'll be sorry to see you go but you can unsubscribe instantly.
 
Shiny Development Ltd. Daresbury Innovation Centre Keckwick Lane Daresbury Cheshire WA4 4FS United Kingdom
 
 

 
 

RSS

 
©2023 iOS Dev Weekly | Privacy Policy | Mastodon | Twitter | Suggest a Link
 
Published with Curated

Older messages

iOS Dev Weekly - Issue 607

Friday, April 28, 2023

Will I be writing today's comment again in 2024? 🔁 View on the Web Archives ISSUE 607 April 28th 2023 Comment At the start of last year, the rumours of an Apple AR/VR/MR headset were so prevalent

iOS Dev Weekly - Issue 606

Friday, April 21, 2023

Are more forced App Store changes coming? 😬 View on the Web Archives ISSUE 606 April 21st 2023 Comment Did you catch this week's announcement from Google or the follow-up from the UK's

iOS Dev Weekly - Issue 605

Wednesday, April 19, 2023

What are the risks of using AI code generation tools? ☢️ View on the Web Archives ISSUE 605 April 14th 2023 Comment I recently found this Copilot X plugin for Xcode from Shx Guo, and it set me thinking

iOS Dev Weekly - Issue 604

Friday, April 7, 2023

Did you win a golden ticket? View on the Web Archives ISSUE 604 April 7th 2023 Comment Congratulations if you received a golden ticket to the show! I'd have loved to be there this year, but again

iOS Dev Weekly - Issue 603

Friday, March 31, 2023

Dub dub dee ceeeeee! 🎉 View on the Web Archives ISSUE 603 March 31st 2023 Comment This week's announcement of WWDC snuck up on me a bit. Is it that time of year already? Yes, it is, and as I am

You Might Also Like

Re: Hackers may have stolen everyone's SSN!

Saturday, November 23, 2024

I wanted to make sure you saw Incogni's Black Friday deal, which is exclusively available for iPhone Life readers. Use coupon code IPHONELIFE to save 58%. Here's why we recommend Incogni for

North Korean Hackers Steal $10M with AI-Driven Scams and Malware on LinkedIn

Saturday, November 23, 2024

THN Daily Updates Newsletter cover Generative AI For Dummies ($18.00 Value) FREE for a Limited Time Generate a personal assistant with generative AI Download Now Sponsored LATEST NEWS Nov 23, 2024

📧 Building Async APIs in ASP.NET Core - The Right Way

Saturday, November 23, 2024

​ Building Async APIs in ASP .NET Core - The Right Way Read on: m​y website / Read time: 5 minutes The .NET Weekly is brought to you by: Even the smartest AI in the world won't save you from a

WebAIM November 2024 Newsletter

Friday, November 22, 2024

WebAIM November 2024 Newsletter Read this newsletter online at https://webaim.org/newsletter/2024/november Features Using Severity Ratings to Prioritize Web Accessibility Remediation When it comes to

➡️ Why Your Phone Doesn't Want You to Sideload Apps — Setting the Default Gateway in Linux

Friday, November 22, 2024

Also: Hey Apple, It's Time to Upgrade the Macs Storage, and More! How-To Geek Logo November 22, 2024 Did You Know Fantasy author JRR Tolkien is credited with inventing the main concept of orcs and

JSK Daily for Nov 22, 2024

Friday, November 22, 2024

JSK Daily for Nov 22, 2024 View this email in your browser A community curated daily e-mail of JavaScript news React E-Commerce App for Digital Products: Part 4 (Creating the Home Page) This component

Spyglass Dispatch: The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen

Friday, November 22, 2024

The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen The Spyglass Dispatch is a free newsletter sent out daily on

Charted | How the Global Distribution of Wealth Has Changed (2000-2023) 💰

Friday, November 22, 2024

This graphic illustrates the shifts in global wealth distribution between 2000 and 2023. View Online | Subscribe | Download Our App Presented by: MSCI >> Get the Free Investor Guide Now FEATURED

Daily Coding Problem: Problem #1616 [Easy]

Friday, November 22, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Alibaba. Given an even number (greater than 2), return two prime numbers whose sum will

The problem to solve

Friday, November 22, 2024

​ Use problem framing to define the problem to solve This week, Tom Parson and Krishna Raha share tools and frameworks to identify and address challenges effectively, while Voltage Control highlights