Avatar

Ameya Bapaye

  • Total activity 73
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 0
  • Subscriptions 42

Activity overview

Latest activity by Ameya Bapaye
  • Avatar

    Ameya Bapaye created an article,

    Why is my email to the support team not being received?

    The previous email address (support@bixbydevelopers.com) is no longer valid. Please use bixby-support@samsung.com moving forward. Additionally, please note the other methods of reaching out to the ...

  • Avatar

    Ameya Bapaye created an article,

    How do I get started with Bixby development?

    First and foremost, welcome to working with Bixby! Below you will find some information and links that will help you get started. What do I need to know for Bixby development? Bixby uses its own co...

  • Avatar

    Ameya Bapaye created an article,

    How do I resolve library capsule deprecations when I've already defined the latest version available in the developer documentation?

    Please note that this issue has been resolved! You can find the correct Capsule Library versions here in the documentation. Sometimes the developer documentation updates slightly after Library cap...

  • Avatar

    Ameya Bapaye created an article,

    How can I access individual user information to provide a customized experience in my capsule?

    Personalizing your capsule experience is a great way of providing your users with the most relevant content. $vivContext is the way you can access user-specific information for your capsule to use ...

  • Avatar

    Ameya Bapaye created an article,

    How do I reset Bixby Developer Studio's workspace?

    Sometimes you may want to start with a completely fresh installation of Bixby Developer Studio. In order to truly do this, you would need to remove all the locally cached assets after uninstalling ...

  • Avatar

    Ameya Bapaye created an article,

    How do resolve oAuth verification errors in my capsule?

    There are multiple reasons that can result in oAuth verification failing. Let's enumerate some of the common causes: The actual value is defined in the client-secret-key in the authorization.bxb f...

  • Avatar

    Ameya Bapaye created an article,

    How does the Watch target differ from the Mobile target?

    Due to the vastly different ways users engage with Bixby on mobile and watch devices, Bixby behaves differently on each of these devices. The watch target experience deviates from the mobile target...

  • Avatar

    Ameya Bapaye created an article,

    [UPDATE: Resolved] requested-permissions error when defined in capsule-info.bxb file

    UPDATE: This issue has been resolved. You should now be able to defined the requested-permissions key without any errors. Please reach out to the support team if you still encounter issues with thi...

  • Avatar

    Ameya Bapaye created an article,

    How do I model an action with a variable number of inputs?

    The following code is an example of an INCORRECT method of modeling an action with variable inputs: action (GetContent) { type (Search) collect { input (searchTerm1) { type (SearchTerm) ...

  • Avatar

    Ameya Bapaye created an article,

    How do I migrate my capsule away from using the viv.image library capsule?

    The viv.image library capsule will not be supported in the near future. The good news is that the migration is very easy and this functionality already exists in the viv.core library capsule. This ...