I'm trying to create an app for my Zendesk that I can put into the ticket_sidebar that will show which of my agents are available on the phones.
The information that I need is already in Zendesk under Admin/channels/voice/Call Activity. Ideally, I would like to have a cut down version of the Agent Activity, Last 24hours section so that in the app it will show the Agents who are on phone support and then the status.
There are three status that I would like to use, they are:
Available
Offline
On Call
I have made a start with just getting the app created and doing a simple hello function to great the current users.
I am new to this, and any help or guidance that anyone can provide would be greatly appreciated
After a lot of trial and error I finally got this work.
It refreshes upon clicking on the app, and shows if my agents are available, on a call or offline
Related
Hello I am trying to understand the documentation of the react-native in app purchases but I cannot find any docs that describe how to properly implement the initConnection function from the module and get the products that have been already approved by the apple store connect platform?
I would like to know how to connect the react native project to the app store connect and the in app purchase features so that I may verify that it is actually working. Because all of the documents as of now have just been showing to use the function RNIap.initConnection() and to console.log the connection but I keep receiving an undefined in the terminal as I log it.
Whenever I try to requestSubscription() I keep getting product ID is not valid as a error and I am not sure as to why ? I am assuming because I am not properly connected to the platform.
I have made a sandbox account to test the in app purchase.
I am in the middle of doing this as well. One of the things I found is that I needed to have the Banking and Tax information set up in App Store Connect and validated before I could do much. Until I did that, I couldn't get very far with testing Subscriptions. Hope that helps.
I'm submitting my first app through iTunes Connect. It is a social networking community so I have to provide a demo account for the submission. My app already has a live database of users as there is currently an active web version.
I'm new to this and confused as to how I should handle this. Should I be creating a demo account that will not show up in any other live user's search results? Are the testers going to be attempting to interact with other live users? I am assuming I will need to show the various functions of the app, like messaging and events. In that case should I be creating a few "demo" users for the testers to interact with?
Alternatively, should I be linking them to the development version and development database? If that's the case, then the build that I send them would only be a development build then?
I am confused on how this is supposed to work and can't seem to find any information to help?
In my experience, you'll need to give them the production version that will go into the store. So not the development build.
When we submit an app for approval, it seems to get installed and activated on a couple of devices, but nothing much ever happens. They barely use it, as far as we can tell. We can tell that it's installed and run. We have previously been rejected when the network connectivity wasn't working right, so we know that they do look at the app after it's installed.
I'd suggest you make them an account that looks relatively anonymous (or even "Test Account" which you real users are hardly likely to try to interact with). You could create another account and say "If you want to send a message, send it to account xxxx". We've never had them interact with our app enough to utilise the suggestions we've made.
If you have an active / inactive flag, you could think about making these accounts inactive once the app is approved, then re-activating it when you next want to submit your app.
In my app
http://apps.microsoft.com/windows/app/1rm/d8639e5b-93ae-4d34-a575-d84e205c134d
I get an error message when users press submit after rating.
Get error c101a006.
Not sure why this happens, open store but not able to submit review
As far as I can see no rating can be submitted due to error, at least not on Windows 8 machines running more than one account. How can I verify rating works now on machines running one account?
It is ZEST_E_INTERNAL_SERVER_ERROR, an error that tells you that the Store server suffered a heart-attack when trying to process the submission. The rating page itself is displayed by the Store app on your machine. I had no trouble myself submitting a rating for your app.
So this has nothing to do with your app itself. Web server errors happen, they can take a few days to get resolved. At least from my test it is clear that the server can no longer be the problem. If you still have trouble then there's something wrong with your Microsoft account. Login on this web page and double-check that your birthdate and home country have been entered.
Without any code it's difficult to say.
Anyway searching googling the error code I went to Microsoft support site That says it's a server error, for example when account data are not completed. It's hard to do more with only these informations.
My friend was getting the same error since he was from Siberia and this is how Microsoft responded to him. Its mainly caused when one tries to rate an app while the app marketplace aint supported in that region.
Go to settings > region and language > change the phones region to a supported country > restart the phone (change to UK preferably)
Go to http://support.xbox.com/en-US/billing-and-subscriptions/account-management/change-region and click on Account migration
Sign in with your xbox account (in some cases they will send you verification code on email address which you added before)
Finish account migration to UK (in my case). Please keep in mind that they allow you to do this only ONCE per 3 months
Problem solved. Try to download free apps or games and everything will work.
Solution for application which requires payments:
1. Go to settings > region and language > change the phones region to a supported country > restart the phone
2. Go on store. Find some game or application for payment.
3. Add payment option which you wish
Enjoy and cheers :)
Note 1: I suggest you to complete account migration on Xbox from other device (PC/Mac)
Note 2: Xbox region restriction was cause of this error
I have this iPhone that loads a different part of a website based on what button you click. AKA it links to a sport website and the first page contains all the sports the site offers as buttons. I have code to check if the website is valid/up and if it’s not to display an error message. Is there a way in the code to like alert me somehow, like an email maybe, of such an error such as an invalid url? Like for example if the website removes a sport w/o my knowledge and a user goes to open the link and receives that error, can the app send an email to me (not from the users account, but like a background account maybe) that can alert me of such an error. Or maybe somehow have me access then NSLog of an error that i give?
There is something called TestFlight App that I use to log errors like that. You can read up on it here
http://help.testflightapp.com/customer/portal/articles/829571-does-the-sdk-support-production-builds-
Hope it helps!
You could create a Parse integrated app.
Alternatively, if you have access to a web server you could create a simple script that you could POST to in the app to let you know of any problems.
Since the user has connectivity on the internet, try creating a web service and use POST with some meaningful data.
If you don't develop server side as well find a web server that offers such a service.
I am working on application in which i am implementing In-App-Purchase,On buying the product through my application i can fetch all the information regarding the products in my console, but the problems occurs where i am not getting the pop-up from App Store which shows all the information to buyers. I cannot figure out the problem. Please suggest some solution for this.
Thanks.
Apple's IAP backend (test mode) has been up and down over the last 5 days, mostly down, there's been no official confirmation of the outage, just check twitter for similar complaints.
need code.. or follow troy brant's awesome tutorial
http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/