Trikos

Results 18 comments of Trikos

I have to sign my app on QT? Because my xCode is all setted up

I already have an xCode account with all certificates working. I tried to build an app from zero on xCode using cocoa pods and it works flawlessly. So all the...

Hi @Larpon Can you tell me how to not use the App signed? Im trying to build it without sign but I get errors: ` === BUILD AGGREGATE TARGET Qt...

> This is our current instructions, is anything really missing? https://github.com/ESPresense/ESPresense/blob/master/BUILDING.md Well, this mini guide missed a lot of info I just filled it with my step-by-step instructions on how...

Trying to do everything from zero. Let you know :D

I tried to use a service but is not that simple. I don't know how implement it in the Main.java in order to run the service and send me the...

Well I think I miss a piece that you write here and wasnt explained in the doc. > Make sure you replace com.blackgrain.android.firebasetest and com.google.android.gms.ads.ca-app-pub-XX with your own ids. I...

Ok, so I don't need the `com.google.android.gms.ads.ca-app-pub-` because I'm not using AdMobs so I can safely delete it from manifest without problems right? > I would if I could remember...

I noticed something that maybe can be useful. I have a test app for push notification that work with our server and I saw that inside the app notifcation that...

> Can you use NavigatedTo or Loaded instead? Hi, thanks for the fast reply. NavigatedTo and Loaded are both method of the base class? Or the part of the XAML?...