Pgyer internal test distribution service is a leading mobile application internal test distribution platform in China, dedicated to providing easy-to-use App internal test distribution services for mobile developers and test users.
Pgyer Developer Service Platform is committed to providing excellent upstream and downstream services for developers, addressing the various needs of developers throughout the developer life cycle.
Scan QR code to follow
Pgyer WeChat Official Account
Get the latest news, official benefits, promotions and other information
Pgyer document center
Java运行时没有被Try Catched捕获,从而导致JVM停止运行的异常。
在使用Progurad工具进行代码混淆时生成的mapping文件。
产品发布的安装包一般是经过混淆处理的,这样就会导致上报的异常堆栈中的类名和方法名是一种不可读的方式(例如a.b()),我们需要通过Java还原符号表还原回真实的可读的类名和方法名(例如:MyClass.myMehtod())。
不会。
不会。
不能。
请确认在AndroidManifest.xml文件是否添加了android.permission.WRITE_EXTERNAL_STORAGE权限。
当应用中使用了TabActivity、GroupActivity等包含多个Activity的集合类时,不要在其OnResume()添加PgyFeedbackShakeManager.register(MainActivity.this, Constants.APPID);在其中的子Activity的OnResume()添加即可。
请在onDrawFrame方法中添加:
PgyFeedbackShakeManager.setGLSurface(true);
GLSurfaceUtils.getInstance().takeScreenShot(gl);
PgyUpdateManager.register(MainActivity.this, Constants.APPID,new UpdateManagerListener() {
@Override
public void onUpdateAvailable(String result) {
// 弹出自定义对话框
}
});
app集成sdk后打包上传到蒲公英,然后手机扫二维码安装,当同一个app有新的版本再次上传到蒲公英时,手机上打开以前安装的这个app就会提示有新版本更新。
备注:集成sdk后,修改AndroidManifest.xml的android:versionCode值小于上传到蒲公英上的最新版本的android:versionCode值,就可以立即测试更新功能。
1.有可能你的历史版本没有集成sdk的更新功能。
2.你没有修改versioncode,仅仅依靠自增的buildno来控制版本,这样你是没有办法立马检测到新版本的,因为sdk并无法知道你下载的apk对应的buildno,所以本地只能保存最新的buildno,当你有新的版本再次上传时,sdk就可以根据buildno来对比检测到新版本。
public void onUpdateAvailable(final String result) {
// 调用sdk的默认下载,apk下载地址为result字符串中downloadURL对应的值
String downloadUrl = "apk下载地址";
startDownloadTask(MainActivity.this,downloadUrl);
}
请检查apk下载地址是否正确,这里不是apk的单页短链接而是result里面的downloadURL对应的值。
About Us
Product Services
Your account information is under review and can not be used temporarily; you can:
Check out the help documentation for common ways to work on the Pgyer's platform;
Check Pgyer's App Auditing , which must be viewed before uploading.
Currently, the real-name authentication has not been completed, and the number of downloads for each version is limited to 0 times/day, After real-name authentication, it can be extended to 500 times/day
TestFlight is only available to Professional users.(Click understand pgyer's price plan)
支付成功
Pgyer VIP User Group
(Please open WeChat - Sweep and join the group chat)