Is it possible to trigger to close an issue opened in crashlytics by a web post? - crashlytics

With crashlytics it is possible to report any issue as defined here
Well, is it possible to close a crashlytics issue by calling a URL?

Mike from Fabric here. Not currently! I know several folks would like us to add this in though.

Related

How do I setup the Agora API into Bubble.io?

I've downloaded the plugin and set up the account on Agora.io, then linked the account from project management to the interface into Bubble. Once I placed the Agora Connector into the design interface in Bubble and added a few groups and buttons, I have no idea how to set the workflows to get the video conferencing to work.
I've been using the Zeroquode documentation but I have no idea how to get past this point. I tried to copy and pasting the Demo version and editing that but there seem to be problems with my custom states. Any links or documentation would help. Thanks in advance.
I haven't seen people using Bubble with Agora yet. But Agora released the plugin for WordPress and released the code. Maybe you can check it out to get some ideas?
https://github.com/AgoraIO/Agora-Word-Press

How to fix Feature not enabled problems

I currently have an issue that whenever I connect my MapBox map to the Directions API, an error is returned which says '{"message":"Feature not enabled"}'.
I have looked around and have not found anywhere where I can enable this feature, and would like to know if there is a way that you can do it.
Thanks in Advance,
Chris
https://www.mapbox.com/developers/api/directions/
First line:
This API is a preview and may be changed or removed at any time. Contact us to get testing access to this API.

How to set wallpaper for lock screen in iPhone or iPad

I have gone through many of similar post that I have asked here. I have understood that there is no public API for doing this in iOS devices and if we use the private API for this purpose, apple will not accept it too. But I have found an application in itunes which does the same feature.
Here is the link :
http://itunes.apple.com/us/app/sticky-notes-hd-with-bump/id364874025?mt=8
If apple do not support this, how this application is in Appstore. Then they may have did this in some other way. So I hope this feature can be implemented somehow.
Does anybody have any idea regarding this.
Thanks in advance
Thats impossible to do.
Have you bought the app you referenced to? Did you see it?
The app that you reference generates a picture that you -- by hand -- need to set as lockscreen/wallpaper.
One thing that goes in that direction is the MPNowPlayingInfoCenter; it allows you to set what's being shown in the "now playing" info on the lock screen, but that's about how far you will get.

How can I import iPhone notes to my app?

Is it possible to import a note from iPhone notes app to my app? I googled a lot to get an idea about it. Nothing helps. Can someone give any idea about it?
Thanks in Advance
Third-party apps do not have access to the notes database. There is no public API for accessing the notes data.
You can try using a flow for syncing apps (eg. ifttt.com).
Create a rule that says "If a new note has been created (if a Gmail message has the label 'notes'), forward it to my db."
The solution is very clunky, but it's a starting point.
You could then find a way to scale this for your app.

Not getting the pop up from App store for In-App-Purchase

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/