Forum Replies Created
-
In reply to: I’m building a bbPress iOS and Android app
I am using Firebase Cloud Messaging in my application to send notifications.
In reply to: I’m building a bbPress iOS and Android appI think it should work.
I am using Angular 1.In reply to: I’m building a bbPress iOS and Android appHi @tkserver
I was also working on an app for Android and iOS using Ionic and it is already completed. Thanks for your plugin, it really helped alot.
In Ionic for youtube iFrames I am using the following in config.xml file<access origin="*://*.youtube.com/*" /> <access origin="*://*.youtu.be/*" /> <allow-navigation href="*://*.youtube.com/*" /> <allow-navigation href="*://*.youtu.be/*" />
May be it can help to resolve your issue.
Good luckIn reply to: I’m building a bbPress iOS and Android app@tkserver Hi bro, I am also working on login. Can you share a little bit how you managed to do this using jWT?
In reply to: I’m building a bbPress iOS and Android app@tkserver Hi, I am also working on an app. Its working fine. I want to know how you implemented JWT auth because the plugin that I used from wordpress plugin directory is not seem to work for me. Can you plz share your experience.
In reply to: I’m building a bbPress iOS and Android appHi @tkserver can you tell me how you build login/logout functionality in your app using api? I am also working on an app of a website which contains forums.