• BLOG
  • ARCHIVE
  • Generate GraphQL Docs

    Jul 17, 2019

    If you want to work with the graphQL, it is much easier if you can get the schema and documentation for graphQL. I test graphQL query using insomnia. However the DOC section in insomnia doesn’t show the graphQL doc.

    ...more
  • Upgrade Marketing Cloud SDK

    Jul 11, 2019

    I am working for Kinetic Commerce as Senior Mobile developer. We currently have a project calledICMP. It is an old project and this is my first time hands on the code. I am going to debug a problem where app crash when toggle the location service. After some time digging the code, I found that the project used an SDK: https://github.com/salesforce-marketingcloud/JB4A-SDK-Android

    ...more
  • Add Test Device To Bitrise Manually

    Jul 10, 2019

    This blog post is use to add a test device for a beta testers. Assume you don’t own the device and will need to add a test device remotely. Even if you own the device, you can still follow this guide.

    ...more
  • Date Formatter

    Jul 10, 2019

    A time formatter can format date / time string into a Swift/Obj-c Date object, vice-versa. It uses date format string to determine the format of the date / time string.

    ...more
  • Upload Missing Required DSYMs

    Jul 10, 2019

    If you use firebase crashlytics and it says Upload missing required dSYMs, here is how you can upload it manually.

    ...more
  • Fish Terminal Fuzzy Finding

    Jul 9, 2019

    fzf is a very important terminal tool that will adds a big help to your terminal. It is fuzzy find everything. A better companion to your fish terminal auto completion.

    ...more
  • Setup Apple Push Notification

    Jun 28, 2019

    Basic about setting up push notification (2019)

    ...more
  • iOS Multiple Firebase Apps For One Project

    Jun 28, 2019

    There are two ways to choose different GoogleService-Info.plist. One is recommended in the official documentation as Run Time Configuration. The other is what I use to replace configuration before compile using Run Script.

    ...more
  • Firebase Cloud Messaging Send Message Via HTTP Protocol

    Jun 25, 2019

    How do I send a message to device using Restful API?

    ...more
  • Firebase Cloud Messaging Setup

    Jun 25, 2019

    Everything about setting up Android project with Firebase Cloud Messaging.

    ...more
PREVNEXT