A product delivery model with Android apps in the app?

Say that the application sells songs, and the actual songs are stored on an external server.

The application sends a request to download the song. Now the server needs to authenticate that the user actually bought the song before sending the MP3 file.

Apple provides a simple API through which the server can validate the request. See here .

View Android developer documentation I haven’t found anything on this issue, so how do I fix this?

+3
source share

All Articles