Software features
By integrating Dandelion's iOS or Android SDK, test users can receive prompt messages within the app when the app version is updated. Through Dandelion's application hosting and distribution function, test users can install the latest version of the app with one click.
Application crash (Crash) is the most common problem for developers, and it also greatly affects the user experience. Dandelion can help developers track application crashes throughout the process, accurately capture crash details, and prevent any errors from running rampant.
data analysis
Dandelion conducts detailed statistical analysis of internal testing applications. Help developers understand the number of installed users of the application, the number of errors, the number of users affected, and the overall trend since the application was uploaded to the platform. Use clear data to show developers every detail of the application internal testing process.
There is no need to anxiously collect feedback from internal testing anymore. Users only need to shake their mobile phones to automatically upload screenshots of problems, conveniently submit feedback problems, and the background is also updated simultaneously. Developers can get feedback in a variety of situations immediately.
How to use
1. Add PgySDK.framework
Drag PgySDK.framework into your Xcode project and check "Copy items if needed".
Add framework
2. Configure dependencies. After importing the SDK, switch to the Build Phases tab and add the following seven system frameworks in Link Binary With Libraries:
CoreTelephony.framework
OpenGLES.framework
SceneKit.framework (Optional)
CoreMotion.framework
AudioToolbox.framework
AvFoundation.framework
SystemConfiguration.framework
Add dependencies
Note: SceneKit.framework must be set to Optional, otherwise it will cause crashes in versions below iOS8.
Change log
Version: V2.5 (2015.08.21)IOS
Rename constants to avoid naming conflicts.
Version: V2.2 (2015.08.04)android
Added screenshot graffiti function.
Added English language pack.
Added shake sensitivity setting.
The getAppBeanFromString() method has been added to make it easier to obtain new version information.
Added the function of closing log.
The appId parameter in the method has been removed and configured in AndroidManifest.xml instead.
it works
it works
it works