我创建的应用程序中我不想在模拟器上收到通知。我只想在真实设备中使用FCM推送通知。那么如何限制模拟器,bluestacks,Genymotion或其他一些模拟器的通知?
我在Google上搜索过,但我没有得到任何解决方案。所以,如果我错过了什么,请提供该链接。
答案 0 :(得分:0)
$required_orders = Order::where('order_status','Delivered')->paginate();
return Datatables::of($required_orders)->make(true);
您也可以在本主题How can I detect when an Android application is running in the emulator?
中找到其他一些方法