A
A
Alexander Schneider2020-11-04 06:48:31
Mobile development
Alexander Schneider, 2020-11-04 06:48:31

How to turn a magazine Wordpress site into a mobile app with paid access to content?

There is a wordpress-site of the journal, where all the articles of the journal are published every month. You need a solution or an online service that will allow you to support mobile applications with a connection to the site database. Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Korotenko, 2020-11-04
@firedragon

I didn't get it right out of the box.
Try this
https://framework7.io/
Just keep in mind that Apple people are extremely negative about WebView, so it's better to use native Xamarin.
For the money, by the way, not so much.

O
Orkhan Hasanli, 2020-11-04
@azerphoenix

Let's consider several options for solving this problem:
1) Development of a native application for iOS & Android in Swift & Kotlin (Java). Development of a RESTful service on the side of the VP, which will "communicate" with the client part (with a mobile application). Expensive but good.
You can simplify this task if you refuse RESTful and instead of Activity use WebView components that will load the site (or paid pages of the site)
2) Development of a non-native application for iOS & Android in languages ​​such as C# (Xamarin) or JavaScript (React Native) . Well, here, in theory, WebView is also used. It's also basically good.
3) Development of PWA on javascript and implementation of paid support. In theory, it should be much cheaper than the first 2 options.
4) Using ready-made constructors and developing the application yourself.
For example https://flutter.dev/

D
Dmitry Bychkov, 2020-11-05
@bychkov_64

PWA - collect. There are many guides on the Internet on how to do this. It's cheaper and faster.
About the subject
https://habr.com/en/post/418923/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question