Can SKOverlay be used to prompt updates for the same app?

According to Apple's documentation, SKOverlay is designed to recommend other applications to users. I'm seeking clarification on whether it also supports displaying update prompts for the host application itself.

Use case:

My app (for example, HelloDeveloper) is live at version 2.0, but some users are still on version 1.0. I want to display a soft update prompt that allows users to remain in the app.

Question:

Is it possible to use SKOverlay with my app's App Store ID to present an update option without requiring users to leave the app?

Answered by DTS Engineer in 864277022

Is it possible to use SKOverlay with my app's App Store ID to present an update option without requiring users to leave the app?

No. SKOverlay doesn't support this functionality.

Accepted Answer

Is it possible to use SKOverlay with my app's App Store ID to present an update option without requiring users to leave the app?

No. SKOverlay doesn't support this functionality.

Can SKOverlay be used to prompt updates for the same app?
 
 
Q