Code

Discussion on Full Ionic 5 Mobile App for WordPress - Admob, Analytics, Rewards ads, Cloudflare - Hala News Pro

Discussion on Full Ionic 5 Mobile App for WordPress - Admob, Analytics, Rewards ads, Cloudflare - Hala News Pro

Cart 181 sales

242 comments found.

good afternoon

it is possible to create new post and upload image and videos in each post from ionic

Thank you

Hi, current app can not create new post because it is app for users. But it surely can customize to add this function.

Regards.

Hi i get white screen after app launch

Ok! another thing is notification is not working

I followed all the info but its seem its not working

You are updating app to latest version? You can send apk file link to contact@noncheat.com

Thank you

PLEASE CAN I USE PAID MEMBERSHIP PRO PLUGIN ON THIS APP

Hi, final result are you can. But it depend on this member pro plugin support rest api or not (they should be, for sure ask plugin author). In case plugin support rest api you still need customize application for member pay membership.

Regards.

Hi The source codes are provided in the download package, including wp plugins and ionic project? Thanks

no, you should not do it. If want show posts from special category then you need do same in detail-category page .ts file.

src/app/pages/detail-category/detail-category.page.ts:63~64

by this you will set data to ‘posts’ then [posts]=”posts” will only show data of this category.

post code here format not good. you can send mail to contact@noncheat.com we will also can attach code.zip if necessary

Hi, did you resolve it? we not get any mail or response.

Hi,

Yes, i figured it out. The news page already had the class for all categories, so I just included the line 63 from detail-category.page.ts in the same class on the news-page.ts and instead of “this.categories” I am using the category ID, after import the dependences to news-page.ts.

I am doing 1 class for each category and declaring it like: ‘posts’ then [posts]=”posts” ‘posts2’ then [posts]=”posts2”

It’s working fine for me. Thank you very much

Your IOS App is no longer available in the App Store. Why?

Hi, All work fine and surely can publish to apple store, we removed it on apple store because just dont want to waste 99$ / year for apple account.

Regards.

I see. Thanks

Hello guys having this error CORS Access-Control-Allow-Origin what is wrong?

Thank you. How do i allow it?

Hi, try REMOVE setting in Wp admin -> Stionic -> General -> Header allow Origin or set it to ”*” (without quote)

If it still not resolve problem then mean problem from your website/server side, ask your website manager to fix it.

Regards.

Can we support Add/Edit post in app?

Hi,

No, it is application for Client/Users. Not Manage/Admin so it not support add/edit post in app.

Regards.

Support arabic

Hi, it already support all language in the world. any language you want and RTL too.

how to disable Interstitial and reward ads

no luck

C:\Apps\media>ionic -v 6.20.1

C:\Apps\media> C:\Apps\media>ionic serve > ng.cmd run app:serve—host=localhost—port=8100 [ng] This version of CLI is only compatible with Angular versions ^15.0.0, [ng] but Angular version 11.2.14 was found instead.

[ERROR] ng has unexpectedly closed (exit code 3).

this support android 12 or 13? because corodova platform it shows android 11, new apps google play dont accept 11

you can use new cordova for android 12 support. OK we will update it since Google will required android 13 soon. When have new release will notice you.

Is this possible to add Category based notification system? If possible please add this system in next update.

Hi, it already working. You can send notification to category subscribers only by check “Only send to follower Categories”

I am not talking about follower categories. I am talking about Website specific tag/category. In stionic plugin setting want an option to select specific category for auto notification send.

If i publish a post to this category then my all users get auto notification, not only specific users. I don’t want to click send notification option manually. And i want this option in stionic plugin OneSignal option.

Ok got it, current only have option for all posts Wp admin -> Stionic -> OneSignal -> “Check for default Send notification when Save”.

Check category of each new posts will effect performance so we will consider it. Is it worst when these are many customers and maybe some dont want it.

Regards.

Are further updates of the app planned?

Hi, yes. But not many changes. We are updating to latest framework, sdk,...will release soon this month.

Thank you so much!

Hello good afternoon, I have two questions to make my purchase:

1. Can I charge a subscription in the application to remove the ads?

2. Can I limit the amount of characters to show in the news and send them to the web?

Hi, both these 2 function is possible but you need do customize.

Regards.

Have “Facebook Audience Network” Ads System Implementation plan?

Hi, No, native ads current not possible with Ionic. You can add Facebook SDK to promote your app. They say SDK, not ads.

Regards.

How can i add sdk? Have any doc or tutorials?

Your ad can’t be optimized for App Installs because we haven’t received any app activation events from your app. To optimize for App Installs, you need to: Add our SDK on iOS or Android to your app Use App Ads Helper to verify that app installs are being observed for your app

what do you mean?

Good luck with your sales

this is a presale question i have a coupon site and it have a special post type like store – coupon is this special post type will appear without any problem plz check my site and try all function https://alcouponest.com

hi i just purchase the app and i don’t find any documentation the site is down and i also to do the extra customize

Hi, thank you.

In package already have offline PDF document. It also is latest.

Not sure what site down you mean? Our website still working fast. Maybe internet problem?

For customize simple send us mail to contact@noncheat.com with detail what you want ;)

my mistake I go for the URL https://stionic.com/support/ it seems an old site I already send the mail with the detailed customization

add subscription feature to remove ads

Hi, thank you for suggestion. But we will only do it as customize pay service. It is premium/hard, also commerce since end users have option to pay. Our product should keep clean for everyone can easy config, keep small app size…

So if you want customize it simple email us at contact@noncheat.com Regards.

Hi, the same problem @tohaitrieu The App have the loop erros for example when there is no internet or Cross-Origin Request (normaly one pop up should be displayed not loop of popups)

hi, i have the old application (version 1.1.5) still work fine with the same server and the same configuration (not changed), and the server work with Apache, but when i download the last version (1.1.6) it not working for me neither on localhost using “ionic serve” nor on devices (android / iphone). i will check again and I will get back to you

Hi, thank you so much. So it seem your problem is not same with user you mention.

In case you can not find problem then simple email us contact@noncheat.com your website url. We will check more.

Regards.

Hi,

We not receiver any more information from you. It mean problem resolved in your server?

Hi Support

The App have the loop erros. The first 10 post alway load and repeat. Please check your code.

Hi, it seem not happen in our demo app. So we think problem from your website.

Regards.

when changed RTL user name password is also rtl how to change username password to LTR

Hi,

Next time any question please write in 1 thread only if possible, dont create new thread, it will helpful for us know more information.

It is correct RTL work. input in RTL mode need RTL too. In case you want to customize it for special element so just add dir=”ltr” attribute to element.

src/app/pages/login/login.page.html:27

<ion-input dir=”ltr” type=”password” formControlName=”password” clearInput></ion-input>

Thank you.

users cannot login from app, what might be the issue? i have checked both RTL and LTR, it says login failed but can login from website

Hi, it mean your config wrong and from your website side, not in app.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey